Html Css Color HEX #99DD8E Granny Smith Apple

📋 copy color: '#99DD8E'

red 153 ◦ green 221 ◦ blue 142

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

Shades of Granny Smith Apple #99DD8E

Tints of Granny Smith Apple #99DD8E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

 BLUE value IS 142 (55.86% from 255) = 27.52%

R = 29.65%
G = 42.83%
B = 27.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#99DD8E (or 0x99DD8E) is known color: Granny Smith Apple. HEX triplet: 99, DD and 8E. RGB value is (153,221,142). Sum of RGB (Red+Green+Blue) = 153+221+142=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD8E is #662271. Grayscale: #BFBFBF. Windows color (decimal): -6693490 or 9362841. OLE color: 9362841.

HSL color Cylindrical-coordinate representation of color #99DD8E: hue angle of 111.65º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99DD8E is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 142 -
CMYK 0.31 0 0.36 0.13
HSL 111.65º 0.54% 0.71% -
HSV(B) 111.65º 0.36% 0.87% -
XYZ 43.88 60.44 34.94 -
YUV 191.66 99.97 100.42 -
System Red Green Blue C M Y K H S L
Decimal 153 221 142 0.31 0 0.36 0.13 111.65 0.54 0.71
Hex 99 DD 8E 1F 0 24 D 70 36 47
Octal 231 335 216 37 0 44 15 160 66 107
Binary 10011001 11011101 10001110 11111 0 100100 1101 1110000 110110 1000111

Color Harmonies of #99DD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DD8E

Black with #99DD8E

Text Example


Text Example

White with #99DD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,221,142); }

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

background-color css

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

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

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

border-color css

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

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

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