#B5FB5C

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

Shades of Conifer #B5FB5C

Tints of Conifer #B5FB5C

Color information

#B5FB5C (or 0xB5FB5C) is unknown color: approx Conifer. HEX triplet: B5, FB and 5C. RGB value is (181,251,92). Sum of RGB (Red+Green+Blue) = 181+251+92=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FB5C is #4A04A3. Grayscale: #D4D4D4. Windows color (decimal): -4850852 or 6093749. OLE color: 6093749.

HSL color Cylindrical-coordinate representation of color #B5FB5C: hue angle of 86.42º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5FB5C is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB18125192-
CMYK0.2800.630.02
HSL86.42º95.21%67.25%-
HSV(B)86.42º63.35%98.43%-
XYZ55.4979.5922.56-
YUV211.9460.31105.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 251 (98.44% from 255) = 47.90%
BLUE value IS 92 (36.33% from 255) = 17.56%
R=34.54%
G=47.90%
B=17.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181251920.2800.630.0286.4295.2167.25
HexB5FB5C1C03F2565f43
Octal265373134340772126137103
Binary1011010111111011101110011100011111110101011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FB5C; }

 p { color: rgb(181,251,92); }

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

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

 a { background-color: rgb(181,251,92); }

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

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

 span { border-color: rgb(181,251,92); }

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