#8ED87D

Color #8ED87D Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8ED87D

Tints of Gossip #8ED87D

Color information

#8ED87D (or 0x8ED87D) is unknown color: approx Gossip. HEX triplet: 8E, D8 and 7D. RGB value is (142,216,125). Sum of RGB (Red+Green+Blue) = 142+216+125=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED87D is #712782. Grayscale: #B7B7B7. Windows color (decimal): -7415683 or 8247438. OLE color: 8247438.

HSL color Cylindrical-coordinate representation of color #8ED87D: hue angle of 108.79º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED87D is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB142216125-
CMYK0.3400.420.15
HSL108.79º53.85%66.86%-
HSV(B)108.79º42.13%84.71%-
XYZ39.4156.3428.2-
YUV183.594.9898.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.40%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 125 (49.22% from 255) = 25.88%
R=29.40%
G=44.72%
B=25.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422161250.3400.420.15108.7953.8566.86
Hex8ED87D2202AF6d3643
Octal216330175420521715566103
Binary100011101101100011111011000100101010111111011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,216,125); }

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

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

 a { background-color: rgb(142,216,125); }

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

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

 span { border-color: rgb(142,216,125); }

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