#96EF82

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

Shades of Light Green #96EF82

Tints of Light Green #96EF82

Color information

#96EF82 (or 0x96EF82) is unknown color: approx Light Green. HEX triplet: 96, EF and 82. RGB value is (150,239,130). Sum of RGB (Red+Green+Blue) = 150+239+130=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EF82 is #69107D. Grayscale: #C8C8C8. Windows color (decimal): -6885502 or 8581014. OLE color: 8581014.

HSL color Cylindrical-coordinate representation of color #96EF82: hue angle of 108.99º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96EF82 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB150239130-
CMYK0.3700.460.06
HSL108.99º77.3%72.35%-
HSV(B)108.99º45.61%93.73%-
XYZ47.4769.8332.1-
YUV199.9688.5192.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 239 (93.75% from 255) = 46.05%
BLUE value IS 130 (51.17% from 255) = 25.05%
R=28.90%
G=46.05%
B=25.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502391300.3700.460.06108.9977.372.35
Hex96EF822502E66d4d48
Octal226357202450566155115110
Binary1001011011101111100000101001010101110110110110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,239,130); }

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

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

 a { background-color: rgb(150,239,130); }

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

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

 span { border-color: rgb(150,239,130); }

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