#8EDD79

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

Shades of Gossip #8EDD79

Tints of Gossip #8EDD79

Color information

#8EDD79 (or 0x8EDD79) is unknown color: approx Gossip. HEX triplet: 8E, DD and 79. RGB value is (142,221,121). Sum of RGB (Red+Green+Blue) = 142+221+121=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD79 is #712286. Grayscale: #BABABA. Windows color (decimal): -7414407 or 7986574. OLE color: 7986574.

HSL color Cylindrical-coordinate representation of color #8EDD79: hue angle of 107.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EDD79 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB142221121-
CMYK0.3600.450.13
HSL107.4º59.52%67.06%-
HSV(B)107.4º45.25%86.67%-
XYZ40.4658.8427.31-
YUV185.9891.3396.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.34%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 121 (47.66% from 255) = 25%
R=29.34%
G=45.66%
B=25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211210.3600.450.13107.459.5267.06
Hex8EDD792402DD6b3c43
Octal216335171440551515374103
Binary100011101101110111110011001000101101110111010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,221,121); }

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

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

 a { background-color: rgb(142,221,121); }

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

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

 span { border-color: rgb(142,221,121); }

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