#8DC873

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

Shades of Gossip #8DC873

Tints of Gossip #8DC873

Color information

#8DC873 (or 0x8DC873) is unknown color: approx Gossip. HEX triplet: 8D, C8 and 73. RGB value is (141,200,115). Sum of RGB (Red+Green+Blue) = 141+200+115=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC873 is #72378C. Grayscale: #ACACAC. Windows color (decimal): -7485325 or 7587981. OLE color: 7587981.

HSL color Cylindrical-coordinate representation of color #8DC873: hue angle of 101.65º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DC873 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB141200115-
CMYK0.2900.420.22
HSL101.65º43.59%61.76%-
HSV(B)101.65º42.5%78.43%-
XYZ34.7348.2123.69-
YUV172.6795.45105.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 200 (78.52% from 255) = 43.86%
BLUE value IS 115 (45.31% from 255) = 25.22%
R=30.92%
G=43.86%
B=25.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001150.2900.420.22101.6543.5961.76
Hex8DC8731D02A16662c3e
Octal21531016335052261465476
Binary10001101110010001110011111010101010101101100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,115); }

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

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

 a { background-color: rgb(141,200,115); }

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

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

 span { border-color: rgb(141,200,115); }

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