Shades of Gossip #8FDD72
Tints of Gossip #8FDD72
RGB
CMYK
RGB Variations
Color information
#8FDD72 (or 0x8FDD72) is known color: Gossip. HEX triplet: 8F, DD and 72. RGB value is (143,221,114). Sum of RGB (Red+Green+Blue) = 143+221+114=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD72 is #70228D. Grayscale: #B9B9B9. Windows color (decimal): -7348878 or 7527823. OLE color: 7527823.
HSL color Cylindrical-coordinate representation of color #8FDD72: hue angle of 103.74º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FDD72 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 114 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.13 |
| HSL | 103.74º | 0.61% | 0.66% | - |
| HSV(B) | 103.74º | 0.48% | 0.87% | - |
| XYZ | 40.22 | 58.77 | 25.14 | - |
| YUV | 185.48 | 87.66 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 114 | 0.35 | 0 | 0.48 | 0.13 | 103.74 | 0.61 | 0.66 |
| Hex | 8F | DD | 72 | 23 | 0 | 30 | D | 68 | 3D | 42 |
| Octal | 217 | 335 | 162 | 43 | 0 | 60 | 15 | 150 | 75 | 102 |
| Binary | 10001111 | 11011101 | 1110010 | 100011 | 0 | 110000 | 1101 | 1101000 | 111101 | 1000010 |
Color Harmonies of #8FDD72
Complementary color
Monochromatic Colors of #8FDD72
Black with #8FDD72
Text Example
Text Example
White with #8FDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD72; }
p { color: rgb(143,221,114); }
H1.HeaderClassName
{
color: #8FDD72;
}
.AnyTagClassName
{
color: #8FDD72;
}
</style>
background-color css
<style>
a { background-color: #8FDD72; }
a { background-color: rgb(143,221,114); }
div.DivClassName
{
background-color: #8FDD72;
}
.BgClassName
{
background-color: #8FDD72;
}
</style>
border-color css
<style>
span { border-color: #8FDD72; }
span { border-color: rgb(143,221,114); }
td.TdClassName
{
border-color: #8FDD72;
}
.TagClassName
{
border-color: #8FDD72;
}
</style>