#8ED57E

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

Shades of Gossip #8ED57E

Tints of Gossip #8ED57E

Color information

#8ED57E (or 0x8ED57E) is unknown color: approx Gossip. HEX triplet: 8E, D5 and 7E. RGB value is (142,213,126). Sum of RGB (Red+Green+Blue) = 142+213+126=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED57E is #712A81. Grayscale: #B6B6B6. Windows color (decimal): -7416450 or 8312206. OLE color: 8312206.

HSL color Cylindrical-coordinate representation of color #8ED57E: hue angle of 108.97º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ED57E is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB142213126-
CMYK0.3300.410.16
HSL108.97º50.88%66.47%-
HSV(B)108.97º40.85%83.53%-
XYZ38.7254.8528.28-
YUV181.8596.4899.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.52%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=29.52%
G=44.28%
B=26.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422131260.3300.410.16108.9750.8866.47
Hex8ED57E21029106d3342
Octal216325176410512015563102
Binary1000111011010101111111010000101010011000011011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,213,126); }

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

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

 a { background-color: rgb(142,213,126); }

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

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

 span { border-color: rgb(142,213,126); }

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