Shades of Gossip #8FE46C
Tints of Gossip #8FE46C
RGB
CMYK
RGB Variations
Color information
#8FE46C (or 0x8FE46C) is known color: Gossip. HEX triplet: 8F, E4 and 6C. RGB value is (143,228,108). Sum of RGB (Red+Green+Blue) = 143+228+108=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE46C is #701B93. Grayscale: #BDBDBD. Windows color (decimal): -7347092 or 7136399. OLE color: 7136399.
HSL color Cylindrical-coordinate representation of color #8FE46C: hue angle of 102.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FE46C is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 108 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.11 |
| HSL | 102.5º | 0.69% | 0.66% | - |
| HSV(B) | 102.5º | 0.53% | 0.89% | - |
| XYZ | 41.78 | 62.41 | 24.03 | - |
| YUV | 188.91 | 82.34 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 108 | 0.37 | 0 | 0.53 | 0.11 | 102.5 | 0.69 | 0.66 |
| Hex | 8F | E4 | 6C | 25 | 0 | 35 | B | 66 | 45 | 42 |
| Octal | 217 | 344 | 154 | 45 | 0 | 65 | 13 | 146 | 105 | 102 |
| Binary | 10001111 | 11100100 | 1101100 | 100101 | 0 | 110101 | 1011 | 1100110 | 1000101 | 1000010 |
Color Harmonies of #8FE46C
Complementary color
Monochromatic Colors of #8FE46C
Black with #8FE46C
Text Example
Text Example
White with #8FE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE46C; }
p { color: rgb(143,228,108); }
H1.HeaderClassName
{
color: #8FE46C;
}
.AnyTagClassName
{
color: #8FE46C;
}
</style>
background-color css
<style>
a { background-color: #8FE46C; }
a { background-color: rgb(143,228,108); }
div.DivClassName
{
background-color: #8FE46C;
}
.BgClassName
{
background-color: #8FE46C;
}
</style>
border-color css
<style>
span { border-color: #8FE46C; }
span { border-color: rgb(143,228,108); }
td.TdClassName
{
border-color: #8FE46C;
}
.TagClassName
{
border-color: #8FE46C;
}
</style>