#8DC477

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

Shades of Gossip #8DC477

Tints of Gossip #8DC477

Color information

#8DC477 (or 0x8DC477) is unknown color: approx Gossip. HEX triplet: 8D, C4 and 77. RGB value is (141,196,119). Sum of RGB (Red+Green+Blue) = 141+196+119=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC477 is #723B88. Grayscale: #ABABAB. Windows color (decimal): -7486345 or 7849101. OLE color: 7849101.

HSL color Cylindrical-coordinate representation of color #8DC477: hue angle of 102.86º 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 #8DC477 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB141196119-
CMYK0.2800.390.23
HSL102.86º39.49%61.76%-
HSV(B)102.86º39.29%76.86%-
XYZ34.0546.4724.63-
YUV170.7898.78106.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 119 (46.88% from 255) = 26.10%
R=30.92%
G=42.98%
B=26.10%

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
Decimal1411961190.2800.390.23102.8639.4961.76
Hex8DC4771C0271767273e
Octal21530416734047271474776
Binary10001101110001001110111111000100111101111100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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