#96FB62

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

Shades of Conifer #96FB62

Tints of Conifer #96FB62

Color information

#96FB62 (or 0x96FB62) is unknown color: approx Conifer. HEX triplet: 96, FB and 62. RGB value is (150,251,98). Sum of RGB (Red+Green+Blue) = 150+251+98=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB62 is #69049D. Grayscale: #CBCBCB. Windows color (decimal): -6882462 or 6486934. OLE color: 6486934.

HSL color Cylindrical-coordinate representation of color #96FB62: hue angle of 99.61º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96FB62 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB15025198-
CMYK0.4000.610.02
HSL99.61º95.03%68.43%-
HSV(B)99.61º60.96%98.43%-
XYZ49.2876.3623.7-
YUV203.3668.5489.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.06%
GREEN value IS 251 (98.44% from 255) = 50.30%
BLUE value IS 98 (38.67% from 255) = 19.64%
R=30.06%
G=50.30%
B=19.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150251980.4000.610.0299.6195.0368.43
Hex96FB622803D2645f44
Octal226373142500752144137104
Binary10010110111110111100010101000011110110110010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,251,98); }

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

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

 a { background-color: rgb(150,251,98); }

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

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

 span { border-color: rgb(150,251,98); }

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