#96DD97

Color #96DD97 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #96DD97

Tints of Granny Smith Apple #96DD97

Color information

#96DD97 (or 0x96DD97) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DD and 97. RGB value is (150,221,151). Sum of RGB (Red+Green+Blue) = 150+221+151=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD97 is #692268. Grayscale: #C0C0C0. Windows color (decimal): -6890089 or 9952662. OLE color: 9952662.

HSL color Cylindrical-coordinate representation of color #96DD97: hue angle of 120.85º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DD97 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB150221151-
CMYK0.3200.320.13
HSL120.85º51.08%72.75%-
HSV(B)120.85º32.13%86.67%-
XYZ44.0260.4338.62-
YUV191.79104.9898.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 151 (59.38% from 255) = 28.93%
R=28.74%
G=42.34%
B=28.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211510.3200.320.13120.8551.0872.75
Hex96DD9720020D793349
Octal226335227400401517163111
Binary1001011011011101100101111000000100000110111110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,221,151); }

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

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

 a { background-color: rgb(150,221,151); }

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

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

 span { border-color: rgb(150,221,151); }

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