#96FC7F

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

Shades of Light Green #96FC7F

Tints of Light Green #96FC7F

Color information

#96FC7F (or 0x96FC7F) is unknown color: approx Light Green. HEX triplet: 96, FC and 7F. RGB value is (150,252,127). Sum of RGB (Red+Green+Blue) = 150+252+127=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FC7F is #690380. Grayscale: #CFCFCF. Windows color (decimal): -6882177 or 8387734. OLE color: 8387734.

HSL color Cylindrical-coordinate representation of color #96FC7F: hue angle of 108.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96FC7F is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB150252127-
CMYK0.4000.500.01
HSL108.96º95.42%74.31%-
HSV(B)108.96º49.6%98.82%-
XYZ51.2277.6432.36-
YUV207.2582.7187.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 252 (98.83% from 255) = 47.64%
BLUE value IS 127 (50% from 255) = 24.01%
R=28.36%
G=47.64%
B=24.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521270.4000.500.01108.9695.4274.31
Hex96FC7F2803216d5f4a
Octal226374177500621155137112
Binary1001011011111100111111110100001100101110110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,252,127); }

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

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

 a { background-color: rgb(150,252,127); }

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

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

 span { border-color: rgb(150,252,127); }

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