#8DDE80

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

Shades of Granny Smith Apple #8DDE80

Tints of Granny Smith Apple #8DDE80

Color information

#8DDE80 (or 0x8DDE80) is unknown color: approx Granny Smith Apple. HEX triplet: 8D, DE and 80. RGB value is (141,222,128). Sum of RGB (Red+Green+Blue) = 141+222+128=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDE80 is #72217F. Grayscale: #BBBBBB. Windows color (decimal): -7479680 or 8445581. OLE color: 8445581.

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

Color convert

RGB141222128-
CMYK0.3600.420.13
HSL111.7º58.75%68.63%-
HSV(B)111.7º42.34%87.06%-
XYZ4159.4629.74-
YUV187.0694.6695.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=28.72%
G=45.21%
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
Decimal1412221280.3600.420.13111.758.7568.63
Hex8DDE802402AD703b45
Octal215336200440521516073105
Binary1000110111011110100000001001000101010110111100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,222,128); }

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

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

 a { background-color: rgb(141,222,128); }

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

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

 span { border-color: rgb(141,222,128); }

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