#8ECD78

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

Shades of Gossip #8ECD78

Tints of Gossip #8ECD78

Color information

#8ECD78 (or 0x8ECD78) is unknown color: approx Gossip. HEX triplet: 8E, CD and 78. RGB value is (142,205,120). Sum of RGB (Red+Green+Blue) = 142+205+120=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD78 is #713287. Grayscale: #B0B0B0. Windows color (decimal): -7418504 or 7916942. OLE color: 7916942.

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

Color convert

RGB142205120-
CMYK0.3100.410.20
HSL104.47º45.95%63.73%-
HSV(B)104.47º41.46%80.39%-
XYZ36.3850.7725.65-
YUV176.4796.13103.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=30.41%
G=43.90%
B=25.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051200.3100.410.20104.4745.9563.73
Hex8ECD781F02914682e40
Octal216315170370512415056100
Binary100011101100110111110001111101010011010011010001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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