#8ED477

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

Shades of Gossip #8ED477

Tints of Gossip #8ED477

Color information

#8ED477 (or 0x8ED477) is unknown color: approx Gossip. HEX triplet: 8E, D4 and 77. RGB value is (142,212,119). Sum of RGB (Red+Green+Blue) = 142+212+119=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED477 is #712B88. Grayscale: #B4B4B4. Windows color (decimal): -7416713 or 7853198. OLE color: 7853198.

HSL color Cylindrical-coordinate representation of color #8ED477: hue angle of 105.16º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED477 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB142212119-
CMYK0.3300.440.17
HSL105.16º51.96%64.9%-
HSV(B)105.16º43.87%83.14%-
XYZ38.0354.1725.9-
YUV180.4793.31100.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 212 (83.20% from 255) = 44.82%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=30.02%
G=44.82%
B=25.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422121190.3300.440.17105.1651.9664.9
Hex8ED4772102C11693441
Octal216324167410542115164101
Binary1000111011010100111011110000101011001000111010011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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