Shades of Gossip #8CD371
Tints of Gossip #8CD371
RGB
CMYK
RGB Variations
Color information
#8CD371 (or 0x8CD371) is known color: Gossip. HEX triplet: 8C, D3 and 71. RGB value is (140,211,113). Sum of RGB (Red+Green+Blue) = 140+211+113=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD371 is #732C8E. Grayscale: #B2B2B2. Windows color (decimal): -7548047 or 7459724. OLE color: 7459724.
HSL color Cylindrical-coordinate representation of color #8CD371: hue angle of 103.47º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CD371 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 211 | 113 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.17 |
| HSL | 103.47º | 0.53% | 0.64% | - |
| HSV(B) | 103.47º | 0.46% | 0.83% | - |
| XYZ | 37.09 | 53.36 | 23.97 | - |
| YUV | 178.6 | 90.98 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 211 | 113 | 0.34 | 0 | 0.46 | 0.17 | 103.47 | 0.53 | 0.64 |
| Hex | 8C | D3 | 71 | 22 | 0 | 2E | 11 | 67 | 35 | 40 |
| Octal | 214 | 323 | 161 | 42 | 0 | 56 | 21 | 147 | 65 | 100 |
| Binary | 10001100 | 11010011 | 1110001 | 100010 | 0 | 101110 | 10001 | 1100111 | 110101 | 1000000 |
Color Harmonies of #8CD371
Complementary color
Monochromatic Colors of #8CD371
Black with #8CD371
Text Example
Text Example
White with #8CD371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD371; }
p { color: rgb(140,211,113); }
H1.HeaderClassName
{
color: #8CD371;
}
.AnyTagClassName
{
color: #8CD371;
}
</style>
background-color css
<style>
a { background-color: #8CD371; }
a { background-color: rgb(140,211,113); }
div.DivClassName
{
background-color: #8CD371;
}
.BgClassName
{
background-color: #8CD371;
}
</style>
border-color css
<style>
span { border-color: #8CD371; }
span { border-color: rgb(140,211,113); }
td.TdClassName
{
border-color: #8CD371;
}
.TagClassName
{
border-color: #8CD371;
}
</style>