#98DD8B

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

Shades of Granny Smith Apple #98DD8B

Tints of Granny Smith Apple #98DD8B

Color information

#98DD8B (or 0x98DD8B) is unknown color: approx Granny Smith Apple. HEX triplet: 98, DD and 8B. RGB value is (152,221,139). Sum of RGB (Red+Green+Blue) = 152+221+139=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DD8B is #672274. Grayscale: #BFBFBF. Windows color (decimal): -6759029 or 9166232. OLE color: 9166232.

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

Color convert

RGB152221139-
CMYK0.3100.370.13
HSL110.49º54.67%70.59%-
HSV(B)110.49º37.1%86.67%-
XYZ43.4760.2533.77-
YUV191.0298.64100.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=29.69%
G=43.16%
B=27.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211390.3100.370.13110.4954.6770.59
Hex98DD8B1F025D6e3747
Octal230335213370451515667107
Binary100110001101110110001011111110100101110111011101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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