#96F376

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

Shades of Light Green #96F376

Tints of Light Green #96F376

Color information

#96F376 (or 0x96F376) is unknown color: approx Light Green. HEX triplet: 96, F3 and 76. RGB value is (150,243,118). Sum of RGB (Red+Green+Blue) = 150+243+118=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #96F376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F376 is #690C89. Grayscale: #C9C9C9. Windows color (decimal): -6884490 or 7795606. OLE color: 7795606.

HSL color Cylindrical-coordinate representation of color #96F376: hue angle of 104.64º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96F376 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB150243118-
CMYK0.3800.510.05
HSL104.64º83.89%70.78%-
HSV(B)104.64º51.44%95.29%-
XYZ47.971.8928.49-
YUV200.9481.1991.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 243 (95.31% from 255) = 47.55%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=29.35%
G=47.55%
B=23.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502431180.3800.510.05104.6483.8970.78
Hex96F376260335695447
Octal226363166460635151124107
Binary100101101111001111101101001100110011101110100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,243,118); }

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

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

 a { background-color: rgb(150,243,118); }

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

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

 span { border-color: rgb(150,243,118); }

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