#8EE475

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

Shades of Gossip #8EE475

Tints of Gossip #8EE475

Color information

#8EE475 (or 0x8EE475) is unknown color: approx Gossip. HEX triplet: 8E, E4 and 75. RGB value is (142,228,117). Sum of RGB (Red+Green+Blue) = 142+228+117=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE475 is #711B8A. Grayscale: #BDBDBD. Windows color (decimal): -7412619 or 7726222. OLE color: 7726222.

HSL color Cylindrical-coordinate representation of color #8EE475: hue angle of 106.49º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EE475 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB142228117-
CMYK0.3800.490.11
HSL106.49º67.27%67.65%-
HSV(B)106.49º48.68%89.41%-
XYZ42.1162.5226.68-
YUV189.6387.0194.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 228 (89.45% from 255) = 46.82%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=29.16%
G=46.82%
B=24.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422281170.3800.490.11106.4967.2767.65
Hex8EE47526031B6a4344
Octal2163441654606113152103104
Binary1000111011100100111010110011001100011011110101010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,228,117); }

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

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

 a { background-color: rgb(142,228,117); }

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

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

 span { border-color: rgb(142,228,117); }

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