#96F77B

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

Shades of Light Green #96F77B

Tints of Light Green #96F77B

Color information

#96F77B (or 0x96F77B) is unknown color: approx Light Green. HEX triplet: 96, F7 and 7B. RGB value is (150,247,123). Sum of RGB (Red+Green+Blue) = 150+247+123=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #96F77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F77B is #690884. Grayscale: #CCCCCC. Windows color (decimal): -6883461 or 8124310. OLE color: 8124310.

HSL color Cylindrical-coordinate representation of color #96F77B: hue angle of 106.94º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96F77B is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB150247123-
CMYK0.3900.500.03
HSL106.94º88.57%72.55%-
HSV(B)106.94º50.2%96.86%-
XYZ49.4174.4430.5-
YUV203.8682.3689.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.85%
GREEN value IS 247 (96.88% from 255) = 47.5%
BLUE value IS 123 (48.44% from 255) = 23.65%
R=28.85%
G=47.5%
B=23.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502471230.3900.500.03106.9488.5772.55
Hex96F77B2703236b5949
Octal226367173470623153131111
Binary10010110111101111111011100111011001011110101110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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