#8EC57D

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

Shades of Gossip #8EC57D

Tints of Gossip #8EC57D

Color information

#8EC57D (or 0x8EC57D) is unknown color: approx Gossip. HEX triplet: 8E, C5 and 7D. RGB value is (142,197,125). Sum of RGB (Red+Green+Blue) = 142+197+125=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC57D is #713A82. Grayscale: #ACACAC. Windows color (decimal): -7420547 or 8242574. OLE color: 8242574.

HSL color Cylindrical-coordinate representation of color #8EC57D: hue angle of 105.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EC57D is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB142197125-
CMYK0.2800.370.23
HSL105.83º38.3%63.14%-
HSV(B)105.83º36.55%77.25%-
XYZ34.8247.1626.67-
YUV172.35101.28106.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 197 (77.34% from 255) = 42.46%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=30.60%
G=42.46%
B=26.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421971250.2800.370.23105.8338.363.14
Hex8EC57D1C025176a263f
Octal21630517534045271524677
Binary10001110110001011111101111000100101101111101010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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