#8ED574

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

Shades of Gossip #8ED574

Tints of Gossip #8ED574

Color information

#8ED574 (or 0x8ED574) is unknown color: approx Gossip. HEX triplet: 8E, D5 and 74. RGB value is (142,213,116). Sum of RGB (Red+Green+Blue) = 142+213+116=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED574 is #712A8B. Grayscale: #B5B5B5. Windows color (decimal): -7416460 or 7656846. OLE color: 7656846.

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

Color convert

RGB142213116-
CMYK0.3300.460.16
HSL103.92º53.59%64.51%-
HSV(B)103.92º45.54%83.53%-
XYZ38.154.625.05-
YUV180.7191.48100.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=30.15%
G=45.22%
B=24.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422131160.3300.460.16103.9253.5964.51
Hex8ED5742102E10683641
Octal216325164410562015066101
Binary1000111011010101111010010000101011101000011010001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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