Shades of Gossip #8CDB71
Tints of Gossip #8CDB71
RGB
CMYK
RGB Variations
Color information
#8CDB71 (or 0x8CDB71) is known color: Gossip. HEX triplet: 8C, DB and 71. RGB value is (140,219,113). Sum of RGB (Red+Green+Blue) = 140+219+113=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB71 is #73248E. Grayscale: #B7B7B7. Windows color (decimal): -7545999 or 7461772. OLE color: 7461772.
HSL color Cylindrical-coordinate representation of color #8CDB71: hue angle of 104.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CDB71 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 113 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.14 |
| HSL | 104.72º | 0.6% | 0.65% | - |
| HSV(B) | 104.72º | 0.48% | 0.86% | - |
| XYZ | 39.13 | 57.43 | 24.65 | - |
| YUV | 183.3 | 88.33 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 113 | 0.36 | 0 | 0.48 | 0.14 | 104.72 | 0.6 | 0.65 |
| Hex | 8C | DB | 71 | 24 | 0 | 30 | E | 69 | 3C | 41 |
| Octal | 214 | 333 | 161 | 44 | 0 | 60 | 16 | 151 | 74 | 101 |
| Binary | 10001100 | 11011011 | 1110001 | 100100 | 0 | 110000 | 1110 | 1101001 | 111100 | 1000001 |
Color Harmonies of #8CDB71
Complementary color
Monochromatic Colors of #8CDB71
Black with #8CDB71
Text Example
Text Example
White with #8CDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB71; }
p { color: rgb(140,219,113); }
H1.HeaderClassName
{
color: #8CDB71;
}
.AnyTagClassName
{
color: #8CDB71;
}
</style>
background-color css
<style>
a { background-color: #8CDB71; }
a { background-color: rgb(140,219,113); }
div.DivClassName
{
background-color: #8CDB71;
}
.BgClassName
{
background-color: #8CDB71;
}
</style>
border-color css
<style>
span { border-color: #8CDB71; }
span { border-color: rgb(140,219,113); }
td.TdClassName
{
border-color: #8CDB71;
}
.TagClassName
{
border-color: #8CDB71;
}
</style>