#8EDF7D

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

Shades of Gossip #8EDF7D

Tints of Gossip #8EDF7D

Color information

#8EDF7D (or 0x8EDF7D) is unknown color: approx Gossip. HEX triplet: 8E, DF and 7D. RGB value is (142,223,125). Sum of RGB (Red+Green+Blue) = 142+223+125=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDF7D is #712082. Grayscale: #BBBBBB. Windows color (decimal): -7413891 or 8249230. OLE color: 8249230.

HSL color Cylindrical-coordinate representation of color #8EDF7D: hue angle of 109.59º 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 #8EDF7D is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB142223125-
CMYK0.3600.440.13
HSL109.59º60.49%68.24%-
HSV(B)109.59º43.95%87.45%-
XYZ41.2460.0128.81-
YUV187.6192.6695.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 223 (87.5% from 255) = 45.51%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=28.98%
G=45.51%
B=25.51%

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
Decimal1422231250.3600.440.13109.5960.4968.24
Hex8EDF7D2402CD6e3c44
Octal216337175440541515674104
Binary100011101101111111111011001000101100110111011101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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