#97DC99

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

Shades of Granny Smith Apple #97DC99

Tints of Granny Smith Apple #97DC99

Color information

#97DC99 (or 0x97DC99) is unknown color: approx Granny Smith Apple. HEX triplet: 97, DC and 99. RGB value is (151,220,153). Sum of RGB (Red+Green+Blue) = 151+220+153=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #97DC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DC99 is #682366. Grayscale: #BFBFBF. Windows color (decimal): -6824807 or 10083479. OLE color: 10083479.

HSL color Cylindrical-coordinate representation of color #97DC99: hue angle of 121.74º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DC99 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB151220153-
CMYK0.3100.300.14
HSL121.74º49.64%72.75%-
HSV(B)121.74º31.36%86.27%-
XYZ44.1160.0739.41-
YUV191.73106.1498.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.82%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=28.82%
G=41.98%
B=29.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512201530.3100.300.14121.7449.6472.75
Hex97DC991F01EE7a3249
Octal227334231370361617262111
Binary10010111110111001001100111111011110111011110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,220,153); }

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

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

 a { background-color: rgb(151,220,153); }

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

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

 span { border-color: rgb(151,220,153); }

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