Shades of Gossip #8DC974
Tints of Gossip #8DC974
RGB
CMYK
RGB Variations
Color information
#8DC974 (or 0x8DC974) is known color: Gossip. HEX triplet: 8D, C9 and 74. RGB value is (141,201,116). Sum of RGB (Red+Green+Blue) = 141+201+116=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC974 is #72368B. Grayscale: #ADADAD. Windows color (decimal): -7485068 or 7653773. OLE color: 7653773.
HSL color Cylindrical-coordinate representation of color #8DC974: hue angle of 102.35º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DC974 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 116 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.21 |
| HSL | 102.35º | 0.44% | 0.62% | - |
| HSV(B) | 102.35º | 0.42% | 0.79% | - |
| XYZ | 35.02 | 48.7 | 24.08 | - |
| YUV | 173.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 116 | 0.30 | 0 | 0.42 | 0.21 | 102.35 | 0.44 | 0.62 |
| Hex | 8D | C9 | 74 | 1E | 0 | 2A | 15 | 66 | 2C | 3E |
| Octal | 215 | 311 | 164 | 36 | 0 | 52 | 25 | 146 | 54 | 76 |
| Binary | 10001101 | 11001001 | 1110100 | 11110 | 0 | 101010 | 10101 | 1100110 | 101100 | 111110 |
Color Harmonies of #8DC974
Complementary color
Monochromatic Colors of #8DC974
Black with #8DC974
Text Example
Text Example
White with #8DC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC974; }
p { color: rgb(141,201,116); }
H1.HeaderClassName
{
color: #8DC974;
}
.AnyTagClassName
{
color: #8DC974;
}
</style>
background-color css
<style>
a { background-color: #8DC974; }
a { background-color: rgb(141,201,116); }
div.DivClassName
{
background-color: #8DC974;
}
.BgClassName
{
background-color: #8DC974;
}
</style>
border-color css
<style>
span { border-color: #8DC974; }
span { border-color: rgb(141,201,116); }
td.TdClassName
{
border-color: #8DC974;
}
.TagClassName
{
border-color: #8DC974;
}
</style>