Shades of Gossip #8FE672
Tints of Gossip #8FE672
RGB
CMYK
RGB Variations
Color information
#8FE672 (or 0x8FE672) is known color: Gossip. HEX triplet: 8F, E6 and 72. RGB value is (143,230,114). Sum of RGB (Red+Green+Blue) = 143+230+114=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE672 is #70198D. Grayscale: #BFBFBF. Windows color (decimal): -7346574 or 7530127. OLE color: 7530127.
HSL color Cylindrical-coordinate representation of color #8FE672: hue angle of 105º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FE672 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 114 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.10 |
| HSL | 105º | 0.7% | 0.67% | - |
| HSV(B) | 105º | 0.5% | 0.9% | - |
| XYZ | 42.66 | 63.65 | 25.96 | - |
| YUV | 190.76 | 84.68 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 114 | 0.38 | 0 | 0.50 | 0.10 | 105 | 0.7 | 0.67 |
| Hex | 8F | E6 | 72 | 26 | 0 | 32 | A | 69 | 46 | 43 |
| Octal | 217 | 346 | 162 | 46 | 0 | 62 | 12 | 151 | 106 | 103 |
| Binary | 10001111 | 11100110 | 1110010 | 100110 | 0 | 110010 | 1010 | 1101001 | 1000110 | 1000011 |
Color Harmonies of #8FE672
Complementary color
Monochromatic Colors of #8FE672
Black with #8FE672
Text Example
Text Example
White with #8FE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE672; }
p { color: rgb(143,230,114); }
H1.HeaderClassName
{
color: #8FE672;
}
.AnyTagClassName
{
color: #8FE672;
}
</style>
background-color css
<style>
a { background-color: #8FE672; }
a { background-color: rgb(143,230,114); }
div.DivClassName
{
background-color: #8FE672;
}
.BgClassName
{
background-color: #8FE672;
}
</style>
border-color css
<style>
span { border-color: #8FE672; }
span { border-color: rgb(143,230,114); }
td.TdClassName
{
border-color: #8FE672;
}
.TagClassName
{
border-color: #8FE672;
}
</style>