#8EDB7F

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

Shades of Gossip #8EDB7F

Tints of Gossip #8EDB7F

Color information

#8EDB7F (or 0x8EDB7F) is unknown color: approx Gossip. HEX triplet: 8E, DB and 7F. RGB value is (142,219,127). Sum of RGB (Red+Green+Blue) = 142+219+127=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB7F is #712480. Grayscale: #B9B9B9. Windows color (decimal): -7414913 or 8379278. OLE color: 8379278.

HSL color Cylindrical-coordinate representation of color #8EDB7F: hue angle of 110.22º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EDB7F is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB142219127-
CMYK0.3500.420.14
HSL110.22º56.1%67.84%-
HSV(B)110.22º42.01%85.88%-
XYZ40.3257.9529.14-
YUV185.4994.9996.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 219 (85.94% from 255) = 44.88%
BLUE value IS 127 (50% from 255) = 26.02%
R=29.10%
G=44.88%
B=26.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191270.3500.420.14110.2256.167.84
Hex8EDB7F2302AE6e3844
Octal216333177430521615670104
Binary100011101101101111111111000110101010111011011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,127); }

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

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

 a { background-color: rgb(142,219,127); }

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

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

 span { border-color: rgb(142,219,127); }

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