#96F773

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

Shades of Light Green #96F773

Tints of Light Green #96F773

Color information

#96F773 (or 0x96F773) is unknown color: approx Light Green. HEX triplet: 96, F7 and 73. RGB value is (150,247,115). Sum of RGB (Red+Green+Blue) = 150+247+115=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #96F773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F773 is #69088C. Grayscale: #CBCBCB. Windows color (decimal): -6883469 or 7600022. OLE color: 7600022.

HSL color Cylindrical-coordinate representation of color #96F773: hue angle of 104.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96F773 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB150247115-
CMYK0.3900.530.03
HSL104.09º89.19%70.98%-
HSV(B)104.09º53.44%96.86%-
XYZ48.9374.2427.97-
YUV202.9578.3690.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 247 (96.88% from 255) = 48.24%
BLUE value IS 115 (45.31% from 255) = 22.46%
R=29.30%
G=48.24%
B=22.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502471150.3900.530.03104.0989.1970.98
Hex96F773270353685947
Octal226367163470653150131107
Binary10010110111101111110011100111011010111110100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,247,115); }

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

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

 a { background-color: rgb(150,247,115); }

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

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

 span { border-color: rgb(150,247,115); }

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