Shades of Gossip #8FE279
Tints of Gossip #8FE279
RGB
CMYK
RGB Variations
Color information
#8FE279 (or 0x8FE279) is known color: Gossip. HEX triplet: 8F, E2 and 79. RGB value is (143,226,121). Sum of RGB (Red+Green+Blue) = 143+226+121=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE279 is #701D86. Grayscale: #BDBDBD. Windows color (decimal): -7347591 or 7987855. OLE color: 7987855.
HSL color Cylindrical-coordinate representation of color #8FE279: hue angle of 107.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FE279 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 121 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.11 |
| HSL | 107.43º | 0.64% | 0.68% | - |
| HSV(B) | 107.43º | 0.46% | 0.89% | - |
| XYZ | 41.98 | 61.61 | 27.77 | - |
| YUV | 189.21 | 89.5 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 121 | 0.37 | 0 | 0.46 | 0.11 | 107.43 | 0.64 | 0.68 |
| Hex | 8F | E2 | 79 | 25 | 0 | 2E | B | 6B | 40 | 44 |
| Octal | 217 | 342 | 171 | 45 | 0 | 56 | 13 | 153 | 100 | 104 |
| Binary | 10001111 | 11100010 | 1111001 | 100101 | 0 | 101110 | 1011 | 1101011 | 1000000 | 1000100 |
Color Harmonies of #8FE279
Complementary color
Monochromatic Colors of #8FE279
Black with #8FE279
Text Example
Text Example
White with #8FE279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE279; }
p { color: rgb(143,226,121); }
H1.HeaderClassName
{
color: #8FE279;
}
.AnyTagClassName
{
color: #8FE279;
}
</style>
background-color css
<style>
a { background-color: #8FE279; }
a { background-color: rgb(143,226,121); }
div.DivClassName
{
background-color: #8FE279;
}
.BgClassName
{
background-color: #8FE279;
}
</style>
border-color css
<style>
span { border-color: #8FE279; }
span { border-color: rgb(143,226,121); }
td.TdClassName
{
border-color: #8FE279;
}
.TagClassName
{
border-color: #8FE279;
}
</style>