#8EDD71

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

Shades of Gossip #8EDD71

Tints of Gossip #8EDD71

Color information

#8EDD71 (or 0x8EDD71) is unknown color: approx Gossip. HEX triplet: 8E, DD and 71. RGB value is (142,221,113). Sum of RGB (Red+Green+Blue) = 142+221+113=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD71 is #71228E. Grayscale: #B9B9B9. Windows color (decimal): -7414415 or 7462286. OLE color: 7462286.

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

Color convert

RGB142221113-
CMYK0.3600.490.13
HSL103.89º61.36%65.49%-
HSV(B)103.89º48.87%86.67%-
XYZ39.9958.6624.84-
YUV185.0787.3397.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=29.83%
G=46.43%
B=23.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211130.3600.490.13103.8961.3665.49
Hex8EDD7124031D683d41
Octal216335161440611515075101
Binary100011101101110111100011001000110001110111010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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