#99DB97

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

Shades of Granny Smith Apple #99DB97

Tints of Granny Smith Apple #99DB97

Color information

#99DB97 (or 0x99DB97) is unknown color: approx Granny Smith Apple. HEX triplet: 99, DB and 97. RGB value is (153,219,151). Sum of RGB (Red+Green+Blue) = 153+219+151=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB97 is #662468. Grayscale: #BFBFBF. Windows color (decimal): -6693993 or 9952153. OLE color: 9952153.

HSL color Cylindrical-coordinate representation of color #99DB97: hue angle of 118.24º degrees, saturation: 0.49, 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 #99DB97 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB153219151-
CMYK0.3000.310.14
HSL118.24º48.57%72.55%-
HSV(B)118.24º31.05%85.88%-
XYZ44.0559.6738.47-
YUV191.51105.13100.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.25%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=29.25%
G=41.87%
B=28.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191510.3000.310.14118.2448.5772.55
Hex99DB971E01FE763149
Octal231333227360371616661111
Binary10011001110110111001011111110011111111011101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DB97; }

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

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

<style>
 a { background-color: #99DB97; }

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

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

<style>
 span { border-color: #99DB97; }

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

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