#96FD6E

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

Shades of Light Green #96FD6E

Tints of Light Green #96FD6E

Color information

#96FD6E (or 0x96FD6E) is unknown color: approx Light Green. HEX triplet: 96, FD and 6E. RGB value is (150,253,110). Sum of RGB (Red+Green+Blue) = 150+253+110=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #96FD6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FD6E is #690291. Grayscale: #CECECE. Windows color (decimal): -6881938 or 7273878. OLE color: 7273878.

HSL color Cylindrical-coordinate representation of color #96FD6E: hue angle of 103.22º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96FD6E is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB150253110-
CMYK0.4100.570.01
HSL103.22º97.28%71.18%-
HSV(B)103.22º56.52%99.22%-
XYZ50.5277.8627.12-
YUV205.973.8888.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 253 (99.22% from 255) = 49.32%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=29.24%
G=49.32%
B=21.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502531100.4100.570.01103.2297.2871.18
Hex96FD6E290391676147
Octal226375156510711147141107
Binary1001011011111101110111010100101110011110011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,253,110); }

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

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

 a { background-color: rgb(150,253,110); }

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

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

 span { border-color: rgb(150,253,110); }

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