Shades of Gossip #8FE169
Tints of Gossip #8FE169
RGB
CMYK
RGB Variations
Color information
#8FE169 (or 0x8FE169) is known color: Gossip. HEX triplet: 8F, E1 and 69. RGB value is (143,225,105). Sum of RGB (Red+Green+Blue) = 143+225+105=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE169 is #701E96. Grayscale: #BBBBBB. Windows color (decimal): -7347863 or 6939023. OLE color: 6939023.
HSL color Cylindrical-coordinate representation of color #8FE169: hue angle of 101º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FE169 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 105 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.12 |
| HSL | 101º | 0.67% | 0.65% | - |
| HSV(B) | 101º | 0.53% | 0.88% | - |
| XYZ | 40.8 | 60.71 | 22.93 | - |
| YUV | 186.8 | 81.83 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 105 | 0.36 | 0 | 0.53 | 0.12 | 101 | 0.67 | 0.65 |
| Hex | 8F | E1 | 69 | 24 | 0 | 35 | C | 65 | 43 | 41 |
| Octal | 217 | 341 | 151 | 44 | 0 | 65 | 14 | 145 | 103 | 101 |
| Binary | 10001111 | 11100001 | 1101001 | 100100 | 0 | 110101 | 1100 | 1100101 | 1000011 | 1000001 |
Color Harmonies of #8FE169
Complementary color
Monochromatic Colors of #8FE169
Black with #8FE169
Text Example
Text Example
White with #8FE169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE169; }
p { color: rgb(143,225,105); }
H1.HeaderClassName
{
color: #8FE169;
}
.AnyTagClassName
{
color: #8FE169;
}
</style>
background-color css
<style>
a { background-color: #8FE169; }
a { background-color: rgb(143,225,105); }
div.DivClassName
{
background-color: #8FE169;
}
.BgClassName
{
background-color: #8FE169;
}
</style>
border-color css
<style>
span { border-color: #8FE169; }
span { border-color: rgb(143,225,105); }
td.TdClassName
{
border-color: #8FE169;
}
.TagClassName
{
border-color: #8FE169;
}
</style>