#8ED57D

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

Shades of Gossip #8ED57D

Tints of Gossip #8ED57D

Color information

#8ED57D (or 0x8ED57D) is unknown color: approx Gossip. HEX triplet: 8E, D5 and 7D. RGB value is (142,213,125). Sum of RGB (Red+Green+Blue) = 142+213+125=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED57D is #712A82. Grayscale: #B6B6B6. Windows color (decimal): -7416451 or 8246670. OLE color: 8246670.

HSL color Cylindrical-coordinate representation of color #8ED57D: hue angle of 108.41º 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 #8ED57D is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB142213125-
CMYK0.3300.410.16
HSL108.41º51.16%66.27%-
HSV(B)108.41º41.31%83.53%-
XYZ38.6554.8227.95-
YUV181.7495.9899.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=29.58%
G=44.38%
B=26.04%

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
Decimal1422131250.3300.410.16108.4151.1666.27
Hex8ED57D21029106c3342
Octal216325175410512015463102
Binary1000111011010101111110110000101010011000011011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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