#96FF75

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

Shades of Light Green #96FF75

Tints of Light Green #96FF75

Color information

#96FF75 (or 0x96FF75) is unknown color: approx Light Green. HEX triplet: 96, FF and 75. RGB value is (150,255,117). Sum of RGB (Red+Green+Blue) = 150+255+117=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF75 is #69008A. Grayscale: #D0D0D0. Windows color (decimal): -6881419 or 7733142. OLE color: 7733142.

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

Color convert

RGB150255117-
CMYK0.4100.540
HSL105.65º100%72.94%-
HSV(B)105.65º54.12%100%-
XYZ51.5579.2929.42-
YUV207.8776.7186.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=28.74%
G=48.85%
B=22.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551170.4100.540105.6510072.94
Hex96FF752903606a6449
Octal226377165510660152144111
Binary1001011011111111111010110100101101100110101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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