#8EDD73

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

Shades of Gossip #8EDD73

Tints of Gossip #8EDD73

Color information

#8EDD73 (or 0x8EDD73) is unknown color: approx Gossip. HEX triplet: 8E, DD and 73. RGB value is (142,221,115). Sum of RGB (Red+Green+Blue) = 142+221+115=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD73 is #71228C. Grayscale: #B9B9B9. Windows color (decimal): -7414413 or 7593358. OLE color: 7593358.

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

Color convert

RGB142221115-
CMYK0.3600.480.13
HSL104.72º60.92%65.88%-
HSV(B)104.72º47.96%86.67%-
XYZ40.1158.725.44-
YUV185.388.3397.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.71%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=29.71%
G=46.23%
B=24.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211150.3600.480.13104.7260.9265.88
Hex8EDD7324030D693d42
Octal216335163440601515175102
Binary100011101101110111100111001000110000110111010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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