#8EDF80

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

Shades of Granny Smith Apple #8EDF80

Tints of Granny Smith Apple #8EDF80

Color information

#8EDF80 (or 0x8EDF80) is unknown color: approx Granny Smith Apple. HEX triplet: 8E, DF and 80. RGB value is (142,223,128). Sum of RGB (Red+Green+Blue) = 142+223+128=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDF80 is #71207F. Grayscale: #BCBCBC. Windows color (decimal): -7413888 or 8445838. OLE color: 8445838.

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

Color convert

RGB142223128-
CMYK0.3600.430.13
HSL111.16º59.75%68.82%-
HSV(B)111.16º42.6%87.45%-
XYZ41.4460.0829.84-
YUV187.9594.1695.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 223 (87.5% from 255) = 45.23%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=28.80%
G=45.23%
B=25.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422231280.3600.430.13111.1659.7568.82
Hex8EDF802402BD6f3c45
Octal216337200440531515774105
Binary1000111011011111100000001001000101011110111011111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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