#B5FF61

Color #B5FF61 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B5FF61

Tints of Conifer #B5FF61

Color information

#B5FF61 (or 0xB5FF61) is unknown color: approx Conifer. HEX triplet: B5, FF and 61. RGB value is (181,255,97). Sum of RGB (Red+Green+Blue) = 181+255+97=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF61 is #4A009E. Grayscale: #D7D7D7. Windows color (decimal): -4849823 or 6422453. OLE color: 6422453.

HSL color Cylindrical-coordinate representation of color #B5FF61: hue angle of 88.1º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5FF61 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB18125597-
CMYK0.2900.620
HSL88.1º100%69.02%-
HSV(B)88.1º61.96%100%-
XYZ56.9782.2124.17-
YUV214.8661.48103.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 97 (38.28% from 255) = 18.20%
R=33.96%
G=47.84%
B=18.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181255970.2900.62088.110069.02
HexB5FF611D03E0586445
Octal265377141350760130144105
Binary101101011111111111000011110101111100101100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FF61; }

 p { color: rgb(181,255,97); }

 H1.HeaderClassName
 {
   color: #B5FF61;
 }
 .AnyTagClassName
 {
   color: #B5FF61;
 }
</style>
background-color css

<style>
 a { background-color: #B5FF61; }

 a { background-color: rgb(181,255,97); }

 div.DivClassName
 {
   background-color: #B5FF61;
 }
 .BgClassName
 {
   background-color: #B5FF61;
 }
</style>
border-color css

<style>
 span { border-color: #B5FF61; }

 span { border-color: rgb(181,255,97); }

 td.TdClassName
 {
   border-color: #B5FF61;
 }
 .TagClassName
 {
   border-color: #B5FF61;
 }
</style>