#96FF71

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

Shades of Light Green #96FF71

Tints of Light Green #96FF71

Color information

#96FF71 (or 0x96FF71) is unknown color: approx Light Green. HEX triplet: 96, FF and 71. RGB value is (150,255,113). Sum of RGB (Red+Green+Blue) = 150+255+113=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF71 is #69008E. Grayscale: #CFCFCF. Windows color (decimal): -6881423 or 7470998. OLE color: 7470998.

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

Color convert

RGB150255113-
CMYK0.4100.560
HSL104.37º100%72.16%-
HSV(B)104.37º55.69%100%-
XYZ51.3279.228.2-
YUV207.4274.7187.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 255 (100% from 255) = 49.23%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=28.96%
G=49.23%
B=21.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551130.4100.560104.3710072.16
Hex96FF71290380686448
Octal226377161510700150144110
Binary1001011011111111111000110100101110000110100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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