#8EDE7D

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

Shades of Gossip #8EDE7D

Tints of Gossip #8EDE7D

Color information

#8EDE7D (or 0x8EDE7D) is unknown color: approx Gossip. HEX triplet: 8E, DE and 7D. RGB value is (142,222,125). Sum of RGB (Red+Green+Blue) = 142+222+125=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDE7D is #712182. Grayscale: #BBBBBB. Windows color (decimal): -7414147 or 8248974. OLE color: 8248974.

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

Color convert

RGB142222125-
CMYK0.3600.440.13
HSL109.48º59.51%68.04%-
HSV(B)109.48º43.69%87.06%-
XYZ40.9859.4728.72-
YUV187.029395.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 222 (87.11% from 255) = 45.40%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=29.04%
G=45.40%
B=25.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422221250.3600.440.13109.4859.5168.04
Hex8EDE7D2402CD6d3c44
Octal216336175440541515574104
Binary100011101101111011111011001000101100110111011011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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