#8ED478

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

Shades of Gossip #8ED478

Tints of Gossip #8ED478

Color information

#8ED478 (or 0x8ED478) is unknown color: approx Gossip. HEX triplet: 8E, D4 and 78. RGB value is (142,212,120). Sum of RGB (Red+Green+Blue) = 142+212+120=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED478 is #712B87. Grayscale: #B4B4B4. Windows color (decimal): -7416712 or 7918734. OLE color: 7918734.

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

Color convert

RGB142212120-
CMYK0.3300.430.17
HSL105.65º51.69%65.1%-
HSV(B)105.65º43.4%83.14%-
XYZ38.0954.1926.22-
YUV180.5893.81100.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 212 (83.20% from 255) = 44.73%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=29.96%
G=44.73%
B=25.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422121200.3300.430.17105.6551.6965.1
Hex8ED4782102B116a3441
Octal216324170410532115264101
Binary1000111011010100111100010000101010111000111010101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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