#8ECD7F

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

Shades of Gossip #8ECD7F

Tints of Gossip #8ECD7F

Color information

#8ECD7F (or 0x8ECD7F) is unknown color: approx Gossip. HEX triplet: 8E, CD and 7F. RGB value is (142,205,127). Sum of RGB (Red+Green+Blue) = 142+205+127=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD7F is #713280. Grayscale: #B1B1B1. Windows color (decimal): -7418497 or 8375694. OLE color: 8375694.

HSL color Cylindrical-coordinate representation of color #8ECD7F: hue angle of 108.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ECD7F is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB142205127-
CMYK0.3100.380.20
HSL108.46º43.82%65.1%-
HSV(B)108.46º38.05%80.39%-
XYZ36.8250.9527.97-
YUV177.2799.63102.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 127 (50% from 255) = 26.79%
R=29.96%
G=43.25%
B=26.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051270.3100.380.20108.4643.8265.1
Hex8ECD7F1F026146c2c41
Octal216315177370462415454101
Binary100011101100110111111111111101001101010011011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,205,127); }

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

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

 a { background-color: rgb(142,205,127); }

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

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

 span { border-color: rgb(142,205,127); }

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