#8DDD82

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

Shades of Granny Smith Apple #8DDD82

Tints of Granny Smith Apple #8DDD82

Color information

#8DDD82 (or 0x8DDD82) is unknown color: approx Granny Smith Apple. HEX triplet: 8D, DD and 82. RGB value is (141,221,130). Sum of RGB (Red+Green+Blue) = 141+221+130=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDD82 is #72227D. Grayscale: #BABABA. Windows color (decimal): -7479934 or 8576397. OLE color: 8576397.

HSL color Cylindrical-coordinate representation of color #8DDD82: hue angle of 112.75º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DDD82 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB141221130-
CMYK0.3600.410.13
HSL112.75º57.23%68.82%-
HSV(B)112.75º41.18%86.67%-
XYZ40.8758.9930.35-
YUV186.719695.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=28.66%
G=44.92%
B=26.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211300.3600.410.13112.7557.2368.82
Hex8DDD8224029D713945
Octal215335202440511516171105
Binary1000110111011101100000101001000101001110111100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DDD82; }

 p { color: rgb(141,221,130); }

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

<style>
 a { background-color: #8DDD82; }

 a { background-color: rgb(141,221,130); }

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

<style>
 span { border-color: #8DDD82; }

 span { border-color: rgb(141,221,130); }

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