#8ED56E

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

Shades of Gossip #8ED56E

Tints of Gossip #8ED56E

Color information

#8ED56E (or 0x8ED56E) is unknown color: approx Gossip. HEX triplet: 8E, D5 and 6E. RGB value is (142,213,110). Sum of RGB (Red+Green+Blue) = 142+213+110=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED56E is #712A91. Grayscale: #B4B4B4. Windows color (decimal): -7416466 or 7263630. OLE color: 7263630.

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

Color convert

RGB142213110-
CMYK0.3300.480.16
HSL101.36º55.08%63.33%-
HSV(B)101.36º48.36%83.53%-
XYZ37.7654.4723.27-
YUV180.0388.48100.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.54%
GREEN value IS 213 (83.59% from 255) = 45.81%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=30.54%
G=45.81%
B=23.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422131100.3300.480.16101.3655.0863.33
Hex8ED56E210301065373f
Octal21632515641060201456777
Binary100011101101010111011101000010110000100001100101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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