Shades of Gossip #8FE972
Tints of Gossip #8FE972
RGB
CMYK
RGB Variations
Color information
#8FE972 (or 0x8FE972) is known color: Gossip. HEX triplet: 8F, E9 and 72. RGB value is (143,233,114). Sum of RGB (Red+Green+Blue) = 143+233+114=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #8FE972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE972 is #70168D. Grayscale: #C0C0C0. Windows color (decimal): -7345806 or 7530895. OLE color: 7530895.
HSL color Cylindrical-coordinate representation of color #8FE972: hue angle of 105.38º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FE972 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 233 | 114 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.09 |
| HSL | 105.38º | 0.73% | 0.68% | - |
| HSV(B) | 105.38º | 0.51% | 0.91% | - |
| XYZ | 43.5 | 65.33 | 26.24 | - |
| YUV | 192.52 | 83.68 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 233 | 114 | 0.39 | 0 | 0.51 | 0.09 | 105.38 | 0.73 | 0.68 |
| Hex | 8F | E9 | 72 | 27 | 0 | 33 | 9 | 69 | 49 | 44 |
| Octal | 217 | 351 | 162 | 47 | 0 | 63 | 11 | 151 | 111 | 104 |
| Binary | 10001111 | 11101001 | 1110010 | 100111 | 0 | 110011 | 1001 | 1101001 | 1001001 | 1000100 |
Color Harmonies of #8FE972
Complementary color
Monochromatic Colors of #8FE972
Black with #8FE972
Text Example
Text Example
White with #8FE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE972; }
p { color: rgb(143,233,114); }
H1.HeaderClassName
{
color: #8FE972;
}
.AnyTagClassName
{
color: #8FE972;
}
</style>
background-color css
<style>
a { background-color: #8FE972; }
a { background-color: rgb(143,233,114); }
div.DivClassName
{
background-color: #8FE972;
}
.BgClassName
{
background-color: #8FE972;
}
</style>
border-color css
<style>
span { border-color: #8FE972; }
span { border-color: rgb(143,233,114); }
td.TdClassName
{
border-color: #8FE972;
}
.TagClassName
{
border-color: #8FE972;
}
</style>