#99DB8B

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

Shades of Granny Smith Apple #99DB8B

Tints of Granny Smith Apple #99DB8B

Color information

#99DB8B (or 0x99DB8B) is unknown color: approx Granny Smith Apple. HEX triplet: 99, DB and 8B. RGB value is (153,219,139). Sum of RGB (Red+Green+Blue) = 153+219+139=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB8B is #662474. Grayscale: #BEBEBE. Windows color (decimal): -6694005 or 9165721. OLE color: 9165721.

HSL color Cylindrical-coordinate representation of color #99DB8B: hue angle of 109.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99DB8B is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB153219139-
CMYK0.3000.370.14
HSL109.5º52.63%70.2%-
HSV(B)109.5º36.53%85.88%-
XYZ43.1359.333.6-
YUV190.1599.13101.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 219 (85.94% from 255) = 42.86%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=29.94%
G=42.86%
B=27.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191390.3000.370.14109.552.6370.2
Hex99DB8B1E025E6d3546
Octal231333213360451615565106
Binary100110011101101110001011111100100101111011011011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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