Html Css Color HEX #99DB99 Granny Smith Apple

📋 copy color: '#99DB99'

red 153 ◦ green 219 ◦ blue 153

#99DB99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #99DB99

Tints of Granny Smith Apple #99DB99

RGB

 RED value IS 153 (60.16% from 255) = 29.14%

 GREEN value IS 219 (85.94% from 255) = 41.71%

 BLUE value IS 153 (60.16% from 255) = 29.14%

R = 29.14%
G = 41.71%
B = 29.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#99DB99 (or 0x99DB99) is known color: Granny Smith Apple. HEX triplet: 99, DB and 99. RGB value is (153,219,153). Sum of RGB (Red+Green+Blue) = 153+219+153=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB99 is #662466. Grayscale: #BFBFBF. Windows color (decimal): -6693991 or 10083225. OLE color: 10083225.

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

Color convert

RGB 153 219 153 -
CMYK 0.30 0 0.30 0.14
HSL 120º 0.48% 0.73% -
HSV(B) 120º 0.3% 0.86% -
XYZ 44.22 59.74 39.34 -
YUV 191.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 153 219 153 0.30 0 0.30 0.14 120 0.48 0.73
Hex 99 DB 99 1E 0 1E E 78 30 49
Octal 231 333 231 36 0 36 16 170 60 111
Binary 10011001 11011011 10011001 11110 0 11110 1110 1111000 110000 1001001

Color Harmonies of #99DB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB99

Black with #99DB99

Text Example


Text Example

White with #99DB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99DB99;
 }
 .AnyTagClassName
 {
   color: #99DB99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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