#96F785

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

Shades of Light Green #96F785

Tints of Light Green #96F785

Color information

#96F785 (or 0x96F785) is unknown color: approx Light Green. HEX triplet: 96, F7 and 85. RGB value is (150,247,133). Sum of RGB (Red+Green+Blue) = 150+247+133=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #96F785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F785 is #69087A. Grayscale: #CDCDCD. Windows color (decimal): -6883451 or 8779670. OLE color: 8779670.

HSL color Cylindrical-coordinate representation of color #96F785: hue angle of 111.05º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96F785 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB150247133-
CMYK0.3900.460.03
HSL111.05º87.69%74.51%-
HSV(B)111.05º46.15%96.86%-
XYZ50.0774.733.97-
YUV20587.3688.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 247 (96.88% from 255) = 46.60%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=28.30%
G=46.60%
B=25.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502471330.3900.460.03111.0587.6974.51
Hex96F7852702E36f584b
Octal226367205470563157130113
Binary100101101111011110000101100111010111011110111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,247,133); }

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

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

 a { background-color: rgb(150,247,133); }

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

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

 span { border-color: rgb(150,247,133); }

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