Shades of Gossip #8CD37A
Tints of Gossip #8CD37A
RGB
CMYK
RGB Variations
Color information
#8CD37A (or 0x8CD37A) is known color: Gossip. HEX triplet: 8C, D3 and 7A. RGB value is (140,211,122). Sum of RGB (Red+Green+Blue) = 140+211+122=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD37A is #732C85. Grayscale: #B3B3B3. Windows color (decimal): -7548038 or 8049548. OLE color: 8049548.
HSL color Cylindrical-coordinate representation of color #8CD37A: hue angle of 107.87º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CD37A is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 211 | 122 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.17 |
| HSL | 107.87º | 0.5% | 0.65% | - |
| HSV(B) | 107.87º | 0.42% | 0.83% | - |
| XYZ | 37.62 | 53.57 | 26.77 | - |
| YUV | 179.63 | 95.48 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 211 | 122 | 0.34 | 0 | 0.42 | 0.17 | 107.87 | 0.5 | 0.65 |
| Hex | 8C | D3 | 7A | 22 | 0 | 2A | 11 | 6C | 32 | 41 |
| Octal | 214 | 323 | 172 | 42 | 0 | 52 | 21 | 154 | 62 | 101 |
| Binary | 10001100 | 11010011 | 1111010 | 100010 | 0 | 101010 | 10001 | 1101100 | 110010 | 1000001 |
Color Harmonies of #8CD37A
Complementary color
Monochromatic Colors of #8CD37A
Black with #8CD37A
Text Example
Text Example
White with #8CD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD37A; }
p { color: rgb(140,211,122); }
H1.HeaderClassName
{
color: #8CD37A;
}
.AnyTagClassName
{
color: #8CD37A;
}
</style>
background-color css
<style>
a { background-color: #8CD37A; }
a { background-color: rgb(140,211,122); }
div.DivClassName
{
background-color: #8CD37A;
}
.BgClassName
{
background-color: #8CD37A;
}
</style>
border-color css
<style>
span { border-color: #8CD37A; }
span { border-color: rgb(140,211,122); }
td.TdClassName
{
border-color: #8CD37A;
}
.TagClassName
{
border-color: #8CD37A;
}
</style>