#8ED17D

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

Shades of Gossip #8ED17D

Tints of Gossip #8ED17D

Color information

#8ED17D (or 0x8ED17D) is unknown color: approx Gossip. HEX triplet: 8E, D1 and 7D. RGB value is (142,209,125). Sum of RGB (Red+Green+Blue) = 142+209+125=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED17D is #712E82. Grayscale: #B3B3B3. Windows color (decimal): -7417475 or 8245646. OLE color: 8245646.

HSL color Cylindrical-coordinate representation of color #8ED17D: hue angle of 107.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ED17D is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB142209125-
CMYK0.3200.400.18
HSL107.86º47.73%65.49%-
HSV(B)107.86º40.19%81.96%-
XYZ37.6652.8327.61-
YUV179.3997.3101.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 209 (82.03% from 255) = 43.91%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=29.83%
G=43.91%
B=26.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422091250.3200.400.18107.8647.7365.49
Hex8ED17D20028126c3041
Octal216321175400502215460101
Binary1000111011010001111110110000001010001001011011001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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