#8ed777

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

Shades of Gossip #8ED777

Tints of Gossip #8ED777

Color information

#8ED777 (or 0x8ED777) is unknown color: approx Gossip. HEX triplet: 8E, D7 and 77. RGB value is (142,215,119). Sum of RGB (Red+Green+Blue) = 142+215+119=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED777 is #712888. Grayscale: #B6B6B6. Windows color (decimal): -7415945 or 7853966. OLE color: 7853966.

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

Color convert

RGB142215119-
CMYK0.3400.450.16
HSL105.62º54.55%65.49%-
HSV(B)105.62º44.65%84.31%-
XYZ38.7955.6826.16-
YUV182.2392.3299.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 215 (84.38% from 255) = 45.17%
BLUE value IS 119 (46.88% from 255) = 25%
R=29.83%
G=45.17%
B=25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422151190.3400.450.16105.6254.5565.49
Hex8ED7772202D106a3741
Octal216327167420552015267101
Binary1000111011010111111011110001001011011000011010101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ed777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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