Shades of Gossip #8FE37C
Tints of Gossip #8FE37C
RGB
CMYK
RGB Variations
Color information
#8FE37C (or 0x8FE37C) is known color: Gossip. HEX triplet: 8F, E3 and 7C. RGB value is (143,227,124). Sum of RGB (Red+Green+Blue) = 143+227+124=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE37C is #701C83. Grayscale: #BEBEBE. Windows color (decimal): -7347332 or 8184719. OLE color: 8184719.
HSL color Cylindrical-coordinate representation of color #8FE37C: hue angle of 108.93º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FE37C is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 124 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.11 |
| HSL | 108.93º | 0.65% | 0.69% | - |
| HSV(B) | 108.93º | 0.45% | 0.89% | - |
| XYZ | 42.43 | 62.23 | 28.84 | - |
| YUV | 190.14 | 90.67 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 124 | 0.37 | 0 | 0.45 | 0.11 | 108.93 | 0.65 | 0.69 |
| Hex | 8F | E3 | 7C | 25 | 0 | 2D | B | 6D | 41 | 45 |
| Octal | 217 | 343 | 174 | 45 | 0 | 55 | 13 | 155 | 101 | 105 |
| Binary | 10001111 | 11100011 | 1111100 | 100101 | 0 | 101101 | 1011 | 1101101 | 1000001 | 1000101 |
Color Harmonies of #8FE37C
Complementary color
Monochromatic Colors of #8FE37C
Black with #8FE37C
Text Example
Text Example
White with #8FE37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE37C; }
p { color: rgb(143,227,124); }
H1.HeaderClassName
{
color: #8FE37C;
}
.AnyTagClassName
{
color: #8FE37C;
}
</style>
background-color css
<style>
a { background-color: #8FE37C; }
a { background-color: rgb(143,227,124); }
div.DivClassName
{
background-color: #8FE37C;
}
.BgClassName
{
background-color: #8FE37C;
}
</style>
border-color css
<style>
span { border-color: #8FE37C; }
span { border-color: rgb(143,227,124); }
td.TdClassName
{
border-color: #8FE37C;
}
.TagClassName
{
border-color: #8FE37C;
}
</style>