#99DF97

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

Shades of Granny Smith Apple #99DF97

Tints of Granny Smith Apple #99DF97

Color information

#99DF97 (or 0x99DF97) is unknown color: approx Granny Smith Apple. HEX triplet: 99, DF and 97. RGB value is (153,223,151). Sum of RGB (Red+Green+Blue) = 153+223+151=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DF97 is #662068. Grayscale: #C2C2C2. Windows color (decimal): -6692969 or 9953177. OLE color: 9953177.

HSL color Cylindrical-coordinate representation of color #99DF97: hue angle of 118.33º degrees, saturation: 0.53, 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 #99DF97 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB153223151-
CMYK0.3100.320.13
HSL118.33º52.94%73.33%-
HSV(B)118.33º32.29%87.45%-
XYZ45.1161.7838.83-
YUV193.86103.8198.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 223 (87.5% from 255) = 42.31%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=29.03%
G=42.31%
B=28.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532231510.3100.320.13118.3352.9473.33
Hex99DF971F020D763549
Octal231337227370401516665111
Binary100110011101111110010111111110100000110111101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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