#99CD97

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

Shades of Granny Smith Apple #99CD97

Tints of Granny Smith Apple #99CD97

Color information

#99CD97 (or 0x99CD97) is unknown color: approx Granny Smith Apple. HEX triplet: 99, CD and 97. RGB value is (153,205,151). Sum of RGB (Red+Green+Blue) = 153+205+151=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD97 is #663268. Grayscale: #B7B7B7. Windows color (decimal): -6697577 or 9948569. OLE color: 9948569.

HSL color Cylindrical-coordinate representation of color #99CD97: hue angle of 117.78º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CD97 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB153205151-
CMYK0.2500.260.20
HSL117.78º35.06%69.8%-
HSV(B)117.78º26.34%80.39%-
XYZ40.5552.6737.31-
YUV183.3109.77106.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=30.06%
G=40.28%
B=29.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051510.2500.260.20117.7835.0669.8
Hex99CD971901A14762346
Octal231315227310322416643106
Binary100110011100110110010111110010110101010011101101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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