#96F85B

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

Shades of Conifer #96F85B

Tints of Conifer #96F85B

Color information

#96F85B (or 0x96F85B) is unknown color: approx Conifer. HEX triplet: 96, F8 and 5B. RGB value is (150,248,91). Sum of RGB (Red+Green+Blue) = 150+248+91=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #96F85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F85B is #6907A4. Grayscale: #C9C9C9. Windows color (decimal): -6883237 or 6027414. OLE color: 6027414.

HSL color Cylindrical-coordinate representation of color #96F85B: hue angle of 97.45º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96F85B is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB15024891-
CMYK0.4000.630.03
HSL97.45º91.81%66.47%-
HSV(B)97.45º63.31%97.25%-
XYZ48.0374.3721.72-
YUV200.866.0391.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 248 (97.27% from 255) = 50.72%
BLUE value IS 91 (35.94% from 255) = 18.61%
R=30.67%
G=50.72%
B=18.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150248910.4000.630.0397.4591.8166.47
Hex96F85B2803F3615c42
Octal226370133500773141134102
Binary10010110111110001011011101000011111111110000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F85B; }

 p { color: rgb(150,248,91); }

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

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

 a { background-color: rgb(150,248,91); }

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

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

 span { border-color: rgb(150,248,91); }

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