#8ED075

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

Shades of Gossip #8ED075

Tints of Gossip #8ED075

Color information

#8ED075 (or 0x8ED075) is unknown color: approx Gossip. HEX triplet: 8E, D0 and 75. RGB value is (142,208,117). Sum of RGB (Red+Green+Blue) = 142+208+117=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED075 is #712F8A. Grayscale: #B2B2B2. Windows color (decimal): -7417739 or 7721102. OLE color: 7721102.

HSL color Cylindrical-coordinate representation of color #8ED075: hue angle of 103.52º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED075 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB142208117-
CMYK0.3200.440.18
HSL103.52º49.19%63.73%-
HSV(B)103.52º43.75%81.57%-
XYZ36.9252.1524.95-
YUV177.8993.63102.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=30.41%
G=44.54%
B=25.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081170.3200.440.18103.5249.1963.73
Hex8ED0752002C12683140
Octal216320165400542215061100
Binary1000111011010000111010110000001011001001011010001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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