#8EDD72

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

Shades of Gossip #8EDD72

Tints of Gossip #8EDD72

Color information

#8EDD72 (or 0x8EDD72) is unknown color: approx Gossip. HEX triplet: 8E, DD and 72. RGB value is (142,221,114). Sum of RGB (Red+Green+Blue) = 142+221+114=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD72 is #71228D. Grayscale: #B9B9B9. Windows color (decimal): -7414414 or 7527822. OLE color: 7527822.

HSL color Cylindrical-coordinate representation of color #8EDD72: hue angle of 104.3º 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 #8EDD72 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB142221114-
CMYK0.3600.480.13
HSL104.3º61.14%65.69%-
HSV(B)104.3º48.42%86.67%-
XYZ40.0558.6825.13-
YUV185.1887.8397.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 221 (86.72% from 255) = 46.33%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=29.77%
G=46.33%
B=23.90%

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
Decimal1422211140.3600.480.13104.361.1465.69
Hex8EDD7224030D683d42
Octal216335162440601515075102
Binary100011101101110111100101001000110000110111010001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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