#96FF62

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

Shades of Conifer #96FF62

Tints of Conifer #96FF62

Color information

#96FF62 (or 0x96FF62) is unknown color: approx Conifer. HEX triplet: 96, FF and 62. RGB value is (150,255,98). Sum of RGB (Red+Green+Blue) = 150+255+98=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF62 is #69009D. Grayscale: #CECECE. Windows color (decimal): -6881438 or 6487958. OLE color: 6487958.

HSL color Cylindrical-coordinate representation of color #96FF62: hue angle of 100.13º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96FF62 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB15025598-
CMYK0.4100.620
HSL100.13º100%69.22%-
HSV(B)100.13º61.57%100%-
XYZ50.5478.8924.12-
YUV205.7167.2188.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 255 (100% from 255) = 50.70%
BLUE value IS 98 (38.67% from 255) = 19.48%
R=29.82%
G=50.70%
B=19.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal150255980.4100.620100.1310069.22
Hex96FF622903E0646445
Octal226377142510760144144105
Binary1001011011111111110001010100101111100110010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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