Shades of Gossip #8FE16E
Tints of Gossip #8FE16E
RGB
CMYK
RGB Variations
Color information
#8FE16E (or 0x8FE16E) is known color: Gossip. HEX triplet: 8F, E1 and 6E. RGB value is (143,225,110). Sum of RGB (Red+Green+Blue) = 143+225+110=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE16E is #701E91. Grayscale: #BBBBBB. Windows color (decimal): -7347858 or 7266703. OLE color: 7266703.
HSL color Cylindrical-coordinate representation of color #8FE16E: hue angle of 102.78º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FE16E is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 110 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.12 |
| HSL | 102.78º | 0.66% | 0.66% | - |
| HSV(B) | 102.78º | 0.51% | 0.88% | - |
| XYZ | 41.07 | 60.82 | 24.33 | - |
| YUV | 187.37 | 84.33 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 110 | 0.36 | 0 | 0.51 | 0.12 | 102.78 | 0.66 | 0.66 |
| Hex | 8F | E1 | 6E | 24 | 0 | 33 | C | 67 | 42 | 42 |
| Octal | 217 | 341 | 156 | 44 | 0 | 63 | 14 | 147 | 102 | 102 |
| Binary | 10001111 | 11100001 | 1101110 | 100100 | 0 | 110011 | 1100 | 1100111 | 1000010 | 1000010 |
Color Harmonies of #8FE16E
Complementary color
Monochromatic Colors of #8FE16E
Black with #8FE16E
Text Example
Text Example
White with #8FE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE16E; }
p { color: rgb(143,225,110); }
H1.HeaderClassName
{
color: #8FE16E;
}
.AnyTagClassName
{
color: #8FE16E;
}
</style>
background-color css
<style>
a { background-color: #8FE16E; }
a { background-color: rgb(143,225,110); }
div.DivClassName
{
background-color: #8FE16E;
}
.BgClassName
{
background-color: #8FE16E;
}
</style>
border-color css
<style>
span { border-color: #8FE16E; }
span { border-color: rgb(143,225,110); }
td.TdClassName
{
border-color: #8FE16E;
}
.TagClassName
{
border-color: #8FE16E;
}
</style>