#98DD99

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

Shades of Granny Smith Apple #98DD99

Tints of Granny Smith Apple #98DD99

Color information

#98DD99 (or 0x98DD99) is unknown color: approx Granny Smith Apple. HEX triplet: 98, DD and 99. RGB value is (152,221,153). Sum of RGB (Red+Green+Blue) = 152+221+153=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DD99 is #672266. Grayscale: #C0C0C0. Windows color (decimal): -6759015 or 10083736. OLE color: 10083736.

HSL color Cylindrical-coordinate representation of color #98DD99: hue angle of 120.87º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DD99 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB152221153-
CMYK0.3100.310.13
HSL120.87º50.36%73.14%-
HSV(B)120.87º31.22%86.67%-
XYZ44.5660.6939.5-
YUV192.62105.6499.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.90%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=28.90%
G=42.02%
B=29.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211530.3100.310.13120.8750.3673.14
Hex98DD991F01FD793249
Octal230335231370371517162111
Binary10011000110111011001100111111011111110111110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DD99; }

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

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

<style>
 a { background-color: #98DD99; }

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

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

<style>
 span { border-color: #98DD99; }

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

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