#97DF96

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

Shades of Granny Smith Apple #97DF96

Tints of Granny Smith Apple #97DF96

Color information

#97DF96 (or 0x97DF96) is unknown color: approx Granny Smith Apple. HEX triplet: 97, DF and 96. RGB value is (151,223,150). Sum of RGB (Red+Green+Blue) = 151+223+150=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DF96 is #682069. Grayscale: #C1C1C1. Windows color (decimal): -6824042 or 9887639. OLE color: 9887639.

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

Color convert

RGB151223150-
CMYK0.3200.330.13
HSL119.18º53.28%73.14%-
HSV(B)119.18º32.74%87.45%-
XYZ44.6661.5638.38-
YUV193.15103.6597.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.82%
GREEN value IS 223 (87.5% from 255) = 42.56%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=28.82%
G=42.56%
B=28.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512231500.3200.330.13119.1853.2873.14
Hex97DF9620021D773549
Octal227337226400411516765111
Binary1001011111011111100101101000000100001110111101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97DF96; }

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

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

<style>
 a { background-color: #97DF96; }

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

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

<style>
 span { border-color: #97DF96; }

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

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