#B9FC5E

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

Shades of Conifer #B9FC5E

Tints of Conifer #B9FC5E

Color information

#B9FC5E (or 0xB9FC5E) is unknown color: approx Conifer. HEX triplet: B9, FC and 5E. RGB value is (185,252,94). Sum of RGB (Red+Green+Blue) = 185+252+94=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FC5E is #4603A1. Grayscale: #D6D6D6. Windows color (decimal): -4588450 or 6225081. OLE color: 6225081.

HSL color Cylindrical-coordinate representation of color #B9FC5E: hue angle of 85.44º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9FC5E is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB18525294-
CMYK0.2700.630.01
HSL85.44º96.34%67.84%-
HSV(B)85.44º62.7%98.82%-
XYZ56.8480.7423.18-
YUV213.9660.3107.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 252 (98.83% from 255) = 47.46%
BLUE value IS 94 (37.11% from 255) = 17.70%
R=34.84%
G=47.46%
B=17.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal185252940.2700.630.0185.4496.3467.84
HexB9FC5E1B03F1556044
Octal271374136330771125140104
Binary101110011111110010111101101101111111101010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FC5E; }

 p { color: rgb(185,252,94); }

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

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

 a { background-color: rgb(185,252,94); }

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

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

 span { border-color: rgb(185,252,94); }

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