#8DC478

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

Shades of Gossip #8DC478

Tints of Gossip #8DC478

Color information

#8DC478 (or 0x8DC478) is unknown color: approx Gossip. HEX triplet: 8D, C4 and 78. RGB value is (141,196,120). Sum of RGB (Red+Green+Blue) = 141+196+120=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC478 is #723B87. Grayscale: #ABABAB. Windows color (decimal): -7486344 or 7914637. OLE color: 7914637.

HSL color Cylindrical-coordinate representation of color #8DC478: hue angle of 103.42º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DC478 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB141196120-
CMYK0.2800.390.23
HSL103.42º39.18%61.96%-
HSV(B)103.42º38.78%76.86%-
XYZ34.1146.524.95-
YUV170.8999.28106.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 196 (76.95% from 255) = 42.89%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=30.85%
G=42.89%
B=26.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411961200.2800.390.23103.4239.1861.96
Hex8DC4781C0271767273e
Octal21530417034047271474776
Binary10001101110001001111000111000100111101111100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,196,120); }

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

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

 a { background-color: rgb(141,196,120); }

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

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

 span { border-color: rgb(141,196,120); }

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