#8ED76C

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

Shades of Gossip #8ED76C

Tints of Gossip #8ED76C

Color information

#8ED76C (or 0x8ED76C) is unknown color: approx Gossip. HEX triplet: 8E, D7 and 6C. RGB value is (142,215,108). Sum of RGB (Red+Green+Blue) = 142+215+108=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED76C is #712893. Grayscale: #B5B5B5. Windows color (decimal): -7415956 or 7133070. OLE color: 7133070.

HSL color Cylindrical-coordinate representation of color #8ED76C: hue angle of 100.93º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ED76C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB142215108-
CMYK0.3400.500.16
HSL100.93º57.22%63.33%-
HSV(B)100.93º49.77%84.31%-
XYZ38.1655.4322.88-
YUV180.9886.82100.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.54%
GREEN value IS 215 (84.38% from 255) = 46.24%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=30.54%
G=46.24%
B=23.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422151080.3400.500.16100.9357.2263.33
Hex8ED76C220321065393f
Octal21632715442062201457177
Binary100011101101011111011001000100110010100001100101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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