Shades of Gossip #8CDC73
Tints of Gossip #8CDC73
RGB
CMYK
RGB Variations
Color information
#8CDC73 (or 0x8CDC73) is known color: Gossip. HEX triplet: 8C, DC and 73. RGB value is (140,220,115). Sum of RGB (Red+Green+Blue) = 140+220+115=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC73 is #73238C. Grayscale: #B8B8B8. Windows color (decimal): -7545741 or 7593100. OLE color: 7593100.
HSL color Cylindrical-coordinate representation of color #8CDC73: hue angle of 105.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CDC73 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 115 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.14 |
| HSL | 105.71º | 0.6% | 0.66% | - |
| HSV(B) | 105.71º | 0.48% | 0.86% | - |
| XYZ | 39.5 | 58 | 25.33 | - |
| YUV | 184.11 | 89 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 115 | 0.36 | 0 | 0.48 | 0.14 | 105.71 | 0.6 | 0.66 |
| Hex | 8C | DC | 73 | 24 | 0 | 30 | E | 6A | 3C | 42 |
| Octal | 214 | 334 | 163 | 44 | 0 | 60 | 16 | 152 | 74 | 102 |
| Binary | 10001100 | 11011100 | 1110011 | 100100 | 0 | 110000 | 1110 | 1101010 | 111100 | 1000010 |
Color Harmonies of #8CDC73
Complementary color
Monochromatic Colors of #8CDC73
Black with #8CDC73
Text Example
Text Example
White with #8CDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC73; }
p { color: rgb(140,220,115); }
H1.HeaderClassName
{
color: #8CDC73;
}
.AnyTagClassName
{
color: #8CDC73;
}
</style>
background-color css
<style>
a { background-color: #8CDC73; }
a { background-color: rgb(140,220,115); }
div.DivClassName
{
background-color: #8CDC73;
}
.BgClassName
{
background-color: #8CDC73;
}
</style>
border-color css
<style>
span { border-color: #8CDC73; }
span { border-color: rgb(140,220,115); }
td.TdClassName
{
border-color: #8CDC73;
}
.TagClassName
{
border-color: #8CDC73;
}
</style>