Shades of Gossip #8FE07C
Tints of Gossip #8FE07C
RGB
CMYK
RGB Variations
Color information
#8FE07C (or 0x8FE07C) is known color: Gossip. HEX triplet: 8F, E0 and 7C. RGB value is (143,224,124). Sum of RGB (Red+Green+Blue) = 143+224+124=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE07C is #701F83. Grayscale: #BCBCBC. Windows color (decimal): -7348100 or 8183951. OLE color: 8183951.
HSL color Cylindrical-coordinate representation of color #8FE07C: hue angle of 108.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FE07C is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 124 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.12 |
| HSL | 108.6º | 0.62% | 0.68% | - |
| HSV(B) | 108.6º | 0.45% | 0.88% | - |
| XYZ | 41.62 | 60.61 | 28.57 | - |
| YUV | 188.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 124 | 0.36 | 0 | 0.45 | 0.12 | 108.6 | 0.62 | 0.68 |
| Hex | 8F | E0 | 7C | 24 | 0 | 2D | C | 6D | 3E | 44 |
| Octal | 217 | 340 | 174 | 44 | 0 | 55 | 14 | 155 | 76 | 104 |
| Binary | 10001111 | 11100000 | 1111100 | 100100 | 0 | 101101 | 1100 | 1101101 | 111110 | 1000100 |
Color Harmonies of #8FE07C
Complementary color
Monochromatic Colors of #8FE07C
Black with #8FE07C
Text Example
Text Example
White with #8FE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE07C; }
p { color: rgb(143,224,124); }
H1.HeaderClassName
{
color: #8FE07C;
}
.AnyTagClassName
{
color: #8FE07C;
}
</style>
background-color css
<style>
a { background-color: #8FE07C; }
a { background-color: rgb(143,224,124); }
div.DivClassName
{
background-color: #8FE07C;
}
.BgClassName
{
background-color: #8FE07C;
}
</style>
border-color css
<style>
span { border-color: #8FE07C; }
span { border-color: rgb(143,224,124); }
td.TdClassName
{
border-color: #8FE07C;
}
.TagClassName
{
border-color: #8FE07C;
}
</style>