#8ECD77

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

Shades of Gossip #8ECD77

Tints of Gossip #8ECD77

Color information

#8ECD77 (or 0x8ECD77) is unknown color: approx Gossip. HEX triplet: 8E, CD and 77. RGB value is (142,205,119). Sum of RGB (Red+Green+Blue) = 142+205+119=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD77 is #713288. Grayscale: #B0B0B0. Windows color (decimal): -7418505 or 7851406. OLE color: 7851406.

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

Color convert

RGB142205119-
CMYK0.3100.420.20
HSL103.95º46.24%63.53%-
HSV(B)103.95º41.95%80.39%-
XYZ36.3250.7525.33-
YUV176.3695.63103.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.47%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=30.47%
G=43.99%
B=25.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051190.3100.420.20103.9546.2463.53
Hex8ECD771F02A14682e40
Octal216315167370522415056100
Binary100011101100110111101111111101010101010011010001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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