#8ED77D

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

Shades of Gossip #8ED77D

Tints of Gossip #8ED77D

Color information

#8ED77D (or 0x8ED77D) is unknown color: approx Gossip. HEX triplet: 8E, D7 and 7D. RGB value is (142,215,125). Sum of RGB (Red+Green+Blue) = 142+215+125=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED77D is #712882. Grayscale: #B7B7B7. Windows color (decimal): -7415939 or 8247182. OLE color: 8247182.

HSL color Cylindrical-coordinate representation of color #8ED77D: hue angle of 108.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED77D is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB142215125-
CMYK0.3400.420.16
HSL108.67º52.94%66.67%-
HSV(B)108.67º41.86%84.31%-
XYZ39.1655.8328.11-
YUV182.9195.3298.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 125 (49.22% from 255) = 25.93%
R=29.46%
G=44.61%
B=25.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422151250.3400.420.16108.6752.9466.67
Hex8ED77D2202A106d3543
Octal216327175420522015565103
Binary1000111011010111111110110001001010101000011011011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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