Shades of Gossip #8FE469
Tints of Gossip #8FE469
RGB
CMYK
RGB Variations
Color information
#8FE469 (or 0x8FE469) is known color: Gossip. HEX triplet: 8F, E4 and 69. RGB value is (143,228,105). Sum of RGB (Red+Green+Blue) = 143+228+105=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE469 is #701B96. Grayscale: #BCBCBC. Windows color (decimal): -7347095 or 6939791. OLE color: 6939791.
HSL color Cylindrical-coordinate representation of color #8FE469: hue angle of 101.46º degrees, saturation: 0.69, 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 #8FE469 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 105 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.11 |
| HSL | 101.46º | 0.69% | 0.65% | - |
| HSV(B) | 101.46º | 0.54% | 0.89% | - |
| XYZ | 41.62 | 62.35 | 23.21 | - |
| YUV | 188.56 | 80.84 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 105 | 0.37 | 0 | 0.54 | 0.11 | 101.46 | 0.69 | 0.65 |
| Hex | 8F | E4 | 69 | 25 | 0 | 36 | B | 65 | 45 | 41 |
| Octal | 217 | 344 | 151 | 45 | 0 | 66 | 13 | 145 | 105 | 101 |
| Binary | 10001111 | 11100100 | 1101001 | 100101 | 0 | 110110 | 1011 | 1100101 | 1000101 | 1000001 |
Color Harmonies of #8FE469
Complementary color
Monochromatic Colors of #8FE469
Black with #8FE469
Text Example
Text Example
White with #8FE469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE469; }
p { color: rgb(143,228,105); }
H1.HeaderClassName
{
color: #8FE469;
}
.AnyTagClassName
{
color: #8FE469;
}
</style>
background-color css
<style>
a { background-color: #8FE469; }
a { background-color: rgb(143,228,105); }
div.DivClassName
{
background-color: #8FE469;
}
.BgClassName
{
background-color: #8FE469;
}
</style>
border-color css
<style>
span { border-color: #8FE469; }
span { border-color: rgb(143,228,105); }
td.TdClassName
{
border-color: #8FE469;
}
.TagClassName
{
border-color: #8FE469;
}
</style>