Html Css Color HEX #99DB95 Granny Smith Apple

📋 copy color: '#99DB95'

red 153 ◦ green 219 ◦ blue 149

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

Shades of Granny Smith Apple #99DB95

Tints of Granny Smith Apple #99DB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 29.37%
G = 42.03%
B = 28.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#99DB95 (or 0x99DB95) is known color: Granny Smith Apple. HEX triplet: 99, DB and 95. RGB value is (153,219,149). Sum of RGB (Red+Green+Blue) = 153+219+149=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB95 is #66246A. Grayscale: #BFBFBF. Windows color (decimal): -6693995 or 9821081. OLE color: 9821081.

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

Color convert

RGB 153 219 149 -
CMYK 0.30 0 0.32 0.14
HSL 116.57º 0.49% 0.72% -
HSV(B) 116.57º 0.32% 0.86% -
XYZ 43.89 59.61 37.63 -
YUV 191.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 153 219 149 0.30 0 0.32 0.14 116.57 0.49 0.72
Hex 99 DB 95 1E 0 20 E 75 31 48
Octal 231 333 225 36 0 40 16 165 61 110
Binary 10011001 11011011 10010101 11110 0 100000 1110 1110101 110001 1001000

Color Harmonies of #99DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB95

Black with #99DB95

Text Example


Text Example

White with #99DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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