Shades of Gossip #8FE478
Tints of Gossip #8FE478
RGB
CMYK
RGB Variations
Color information
#8FE478 (or 0x8FE478) is known color: Gossip. HEX triplet: 8F, E4 and 78. RGB value is (143,228,120). Sum of RGB (Red+Green+Blue) = 143+228+120=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE478 is #701B87. Grayscale: #BEBEBE. Windows color (decimal): -7347080 or 7922831. OLE color: 7922831.
HSL color Cylindrical-coordinate representation of color #8FE478: hue angle of 107.22º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FE478 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 120 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.11 |
| HSL | 107.22º | 0.67% | 0.68% | - |
| HSV(B) | 107.22º | 0.47% | 0.89% | - |
| XYZ | 42.46 | 62.68 | 27.63 | - |
| YUV | 190.27 | 88.34 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 120 | 0.37 | 0 | 0.47 | 0.11 | 107.22 | 0.67 | 0.68 |
| Hex | 8F | E4 | 78 | 25 | 0 | 2F | B | 6B | 43 | 44 |
| Octal | 217 | 344 | 170 | 45 | 0 | 57 | 13 | 153 | 103 | 104 |
| Binary | 10001111 | 11100100 | 1111000 | 100101 | 0 | 101111 | 1011 | 1101011 | 1000011 | 1000100 |
Color Harmonies of #8FE478
Complementary color
Monochromatic Colors of #8FE478
Black with #8FE478
Text Example
Text Example
White with #8FE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE478; }
p { color: rgb(143,228,120); }
H1.HeaderClassName
{
color: #8FE478;
}
.AnyTagClassName
{
color: #8FE478;
}
</style>
background-color css
<style>
a { background-color: #8FE478; }
a { background-color: rgb(143,228,120); }
div.DivClassName
{
background-color: #8FE478;
}
.BgClassName
{
background-color: #8FE478;
}
</style>
border-color css
<style>
span { border-color: #8FE478; }
span { border-color: rgb(143,228,120); }
td.TdClassName
{
border-color: #8FE478;
}
.TagClassName
{
border-color: #8FE478;
}
</style>