Html Css Color HEX #99DC98 Granny Smith Apple

📋 copy color: '#99DC98'

red 153 ◦ green 220 ◦ blue 152

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

Shades of Granny Smith Apple #99DC98

Tints of Granny Smith Apple #99DC98

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

 BLUE value IS 152 (59.77% from 255) = 28.95%

R = 29.14%
G = 41.9%
B = 28.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#99DC98 (or 0x99DC98) is known color: Granny Smith Apple. HEX triplet: 99, DC and 98. RGB value is (153,220,152). Sum of RGB (Red+Green+Blue) = 153+220+152=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DC98 is #662367. Grayscale: #C0C0C0. Windows color (decimal): -6693736 or 10017945. OLE color: 10017945.

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

Color convert

RGB 153 220 152 -
CMYK 0.30 0 0.31 0.14
HSL 119.12º 0.49% 0.73% -
HSV(B) 119.12º 0.31% 0.86% -
XYZ 44.4 60.23 38.99 -
YUV 192.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 153 220 152 0.30 0 0.31 0.14 119.12 0.49 0.73
Hex 99 DC 98 1E 0 1F E 77 31 49
Octal 231 334 230 36 0 37 16 167 61 111
Binary 10011001 11011100 10011000 11110 0 11111 1110 1110111 110001 1001001

Color Harmonies of #99DC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DC98

Black with #99DC98

Text Example


Text Example

White with #99DC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,152); }

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

background-color css

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

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

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

border-color css

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

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

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