Shades of Gossip #8FE468
Tints of Gossip #8FE468
RGB
CMYK
RGB Variations
Color information
#8FE468 (or 0x8FE468) is known color: Gossip. HEX triplet: 8F, E4 and 68. RGB value is (143,228,104). Sum of RGB (Red+Green+Blue) = 143+228+104=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE468 is #701B97. Grayscale: #BCBCBC. Windows color (decimal): -7347096 or 6874255. OLE color: 6874255.
HSL color Cylindrical-coordinate representation of color #8FE468: hue angle of 101.13º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FE468 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 104 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.11 |
| HSL | 101.13º | 0.7% | 0.65% | - |
| HSV(B) | 101.13º | 0.54% | 0.89% | - |
| XYZ | 41.57 | 62.33 | 22.94 | - |
| YUV | 188.45 | 80.34 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 104 | 0.37 | 0 | 0.54 | 0.11 | 101.13 | 0.7 | 0.65 |
| Hex | 8F | E4 | 68 | 25 | 0 | 36 | B | 65 | 46 | 41 |
| Octal | 217 | 344 | 150 | 45 | 0 | 66 | 13 | 145 | 106 | 101 |
| Binary | 10001111 | 11100100 | 1101000 | 100101 | 0 | 110110 | 1011 | 1100101 | 1000110 | 1000001 |
Color Harmonies of #8FE468
Complementary color
Monochromatic Colors of #8FE468
Black with #8FE468
Text Example
Text Example
White with #8FE468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE468; }
p { color: rgb(143,228,104); }
H1.HeaderClassName
{
color: #8FE468;
}
.AnyTagClassName
{
color: #8FE468;
}
</style>
background-color css
<style>
a { background-color: #8FE468; }
a { background-color: rgb(143,228,104); }
div.DivClassName
{
background-color: #8FE468;
}
.BgClassName
{
background-color: #8FE468;
}
</style>
border-color css
<style>
span { border-color: #8FE468; }
span { border-color: rgb(143,228,104); }
td.TdClassName
{
border-color: #8FE468;
}
.TagClassName
{
border-color: #8FE468;
}
</style>