Shades of Gossip #8CDC77
Tints of Gossip #8CDC77
RGB
CMYK
RGB Variations
Color information
#8CDC77 (or 0x8CDC77) is known color: Gossip. HEX triplet: 8C, DC and 77. RGB value is (140,220,119). Sum of RGB (Red+Green+Blue) = 140+220+119=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC77 is #732388. Grayscale: #B8B8B8. Windows color (decimal): -7545737 or 7855244. OLE color: 7855244.
HSL color Cylindrical-coordinate representation of color #8CDC77: hue angle of 107.52º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CDC77 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 119 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.14 |
| HSL | 107.52º | 0.59% | 0.66% | - |
| HSV(B) | 107.52º | 0.46% | 0.86% | - |
| XYZ | 39.74 | 58.09 | 26.57 | - |
| YUV | 184.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 119 | 0.36 | 0 | 0.46 | 0.14 | 107.52 | 0.59 | 0.66 |
| Hex | 8C | DC | 77 | 24 | 0 | 2E | E | 6C | 3B | 42 |
| Octal | 214 | 334 | 167 | 44 | 0 | 56 | 16 | 154 | 73 | 102 |
| Binary | 10001100 | 11011100 | 1110111 | 100100 | 0 | 101110 | 1110 | 1101100 | 111011 | 1000010 |
Color Harmonies of #8CDC77
Complementary color
Monochromatic Colors of #8CDC77
Black with #8CDC77
Text Example
Text Example
White with #8CDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC77; }
p { color: rgb(140,220,119); }
H1.HeaderClassName
{
color: #8CDC77;
}
.AnyTagClassName
{
color: #8CDC77;
}
</style>
background-color css
<style>
a { background-color: #8CDC77; }
a { background-color: rgb(140,220,119); }
div.DivClassName
{
background-color: #8CDC77;
}
.BgClassName
{
background-color: #8CDC77;
}
</style>
border-color css
<style>
span { border-color: #8CDC77; }
span { border-color: rgb(140,220,119); }
td.TdClassName
{
border-color: #8CDC77;
}
.TagClassName
{
border-color: #8CDC77;
}
</style>