#96F556

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

Shades of Conifer #96F556

Tints of Conifer #96F556

Color information

#96F556 (or 0x96F556) is unknown color: approx Conifer. HEX triplet: 96, F5 and 56. RGB value is (150,245,86). Sum of RGB (Red+Green+Blue) = 150+245+86=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #96F556 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F556 is #690AA9. Grayscale: #C7C7C7. Windows color (decimal): -6884010 or 5698966. OLE color: 5698966.

HSL color Cylindrical-coordinate representation of color #96F556: hue angle of 95.85º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96F556 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB15024586-
CMYK0.3900.650.04
HSL95.85º88.83%64.9%-
HSV(B)95.85º64.9%96.08%-
XYZ46.9172.4620.32-
YUV198.4764.5393.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 245 (96.09% from 255) = 50.94%
BLUE value IS 86 (33.98% from 255) = 17.88%
R=31.19%
G=50.94%
B=17.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal150245860.3900.650.0495.8588.8364.9
Hex96F556270414605941
Octal2263651264701014140131101
Binary1001011011110101101011010011101000001100110000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,245,86); }

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

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

 a { background-color: rgb(150,245,86); }

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

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

 span { border-color: rgb(150,245,86); }

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