#8EDD80

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

Shades of Granny Smith Apple #8EDD80

Tints of Granny Smith Apple #8EDD80

Color information

#8EDD80 (or 0x8EDD80) is unknown color: approx Granny Smith Apple. HEX triplet: 8E, DD and 80. RGB value is (142,221,128). Sum of RGB (Red+Green+Blue) = 142+221+128=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD80 is #71227F. Grayscale: #BBBBBB. Windows color (decimal): -7414400 or 8445326. OLE color: 8445326.

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

Color convert

RGB142221128-
CMYK0.3600.420.13
HSL110.97º57.76%68.43%-
HSV(B)110.97º42.08%86.67%-
XYZ40.9159.0229.66-
YUV186.7894.8396.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=28.92%
G=45.01%
B=26.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211280.3600.420.13110.9757.7668.43
Hex8EDD802402AD6f3a44
Octal216335200440521515772104
Binary1000111011011101100000001001000101010110111011111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,221,128); }

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

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

 a { background-color: rgb(142,221,128); }

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

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

 span { border-color: rgb(142,221,128); }

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