#8EE571

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

Shades of Gossip #8EE571

Tints of Gossip #8EE571

Color information

#8EE571 (or 0x8EE571) is unknown color: approx Gossip. HEX triplet: 8E, E5 and 71. RGB value is (142,229,113). Sum of RGB (Red+Green+Blue) = 142+229+113=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE571 is #711A8E. Grayscale: #BEBEBE. Windows color (decimal): -7412367 or 7464334. OLE color: 7464334.

HSL color Cylindrical-coordinate representation of color #8EE571: hue angle of 105º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EE571 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB142229113-
CMYK0.3800.510.10
HSL105º69.05%67.06%-
HSV(B)105º50.66%89.8%-
XYZ42.1662.9825.56-
YUV189.7684.6893.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.34%
GREEN value IS 229 (89.84% from 255) = 47.31%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=29.34%
G=47.31%
B=23.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422291130.3800.510.1010569.0567.06
Hex8EE57126033A694543
Octal2163451614606312151105103
Binary1000111011100101111000110011001100111010110100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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