Shades of Gossip #8CDA71
Tints of Gossip #8CDA71
RGB
CMYK
RGB Variations
Color information
#8CDA71 (or 0x8CDA71) is known color: Gossip. HEX triplet: 8C, DA and 71. RGB value is (140,218,113). Sum of RGB (Red+Green+Blue) = 140+218+113=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA71 is #73258E. Grayscale: #B7B7B7. Windows color (decimal): -7546255 or 7461516. OLE color: 7461516.
HSL color Cylindrical-coordinate representation of color #8CDA71: hue angle of 104.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CDA71 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 113 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.15 |
| HSL | 104.57º | 0.59% | 0.65% | - |
| HSV(B) | 104.57º | 0.48% | 0.85% | - |
| XYZ | 38.87 | 56.91 | 24.56 | - |
| YUV | 182.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 113 | 0.36 | 0 | 0.48 | 0.15 | 104.57 | 0.59 | 0.65 |
| Hex | 8C | DA | 71 | 24 | 0 | 30 | F | 69 | 3B | 41 |
| Octal | 214 | 332 | 161 | 44 | 0 | 60 | 17 | 151 | 73 | 101 |
| Binary | 10001100 | 11011010 | 1110001 | 100100 | 0 | 110000 | 1111 | 1101001 | 111011 | 1000001 |
Color Harmonies of #8CDA71
Complementary color
Monochromatic Colors of #8CDA71
Black with #8CDA71
Text Example
Text Example
White with #8CDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA71; }
p { color: rgb(140,218,113); }
H1.HeaderClassName
{
color: #8CDA71;
}
.AnyTagClassName
{
color: #8CDA71;
}
</style>
background-color css
<style>
a { background-color: #8CDA71; }
a { background-color: rgb(140,218,113); }
div.DivClassName
{
background-color: #8CDA71;
}
.BgClassName
{
background-color: #8CDA71;
}
</style>
border-color css
<style>
span { border-color: #8CDA71; }
span { border-color: rgb(140,218,113); }
td.TdClassName
{
border-color: #8CDA71;
}
.TagClassName
{
border-color: #8CDA71;
}
</style>