Shades of Gossip #8FD072
Tints of Gossip #8FD072
RGB
CMYK
RGB Variations
Color information
#8FD072 (or 0x8FD072) is known color: Gossip. HEX triplet: 8F, D0 and 72. RGB value is (143,208,114). Sum of RGB (Red+Green+Blue) = 143+208+114=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD072 is #702F8D. Grayscale: #B2B2B2. Windows color (decimal): -7352206 or 7524495. OLE color: 7524495.
HSL color Cylindrical-coordinate representation of color #8FD072: hue angle of 101.49º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FD072 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 114 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.18 |
| HSL | 101.49º | 0.5% | 0.63% | - |
| HSV(B) | 101.49º | 0.45% | 0.82% | - |
| XYZ | 36.92 | 52.17 | 24.04 | - |
| YUV | 177.85 | 91.97 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 114 | 0.31 | 0 | 0.45 | 0.18 | 101.49 | 0.5 | 0.63 |
| Hex | 8F | D0 | 72 | 1F | 0 | 2D | 12 | 65 | 32 | 3F |
| Octal | 217 | 320 | 162 | 37 | 0 | 55 | 22 | 145 | 62 | 77 |
| Binary | 10001111 | 11010000 | 1110010 | 11111 | 0 | 101101 | 10010 | 1100101 | 110010 | 111111 |
Color Harmonies of #8FD072
Complementary color
Monochromatic Colors of #8FD072
Black with #8FD072
Text Example
Text Example
White with #8FD072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD072; }
p { color: rgb(143,208,114); }
H1.HeaderClassName
{
color: #8FD072;
}
.AnyTagClassName
{
color: #8FD072;
}
</style>
background-color css
<style>
a { background-color: #8FD072; }
a { background-color: rgb(143,208,114); }
div.DivClassName
{
background-color: #8FD072;
}
.BgClassName
{
background-color: #8FD072;
}
</style>
border-color css
<style>
span { border-color: #8FD072; }
span { border-color: rgb(143,208,114); }
td.TdClassName
{
border-color: #8FD072;
}
.TagClassName
{
border-color: #8FD072;
}
</style>