Shades of Gossip #8FE375
Tints of Gossip #8FE375
RGB
CMYK
RGB Variations
Color information
#8FE375 (or 0x8FE375) is known color: Gossip. HEX triplet: 8F, E3 and 75. RGB value is (143,227,117). Sum of RGB (Red+Green+Blue) = 143+227+117=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE375 is #701C8A. Grayscale: #BDBDBD. Windows color (decimal): -7347339 or 7725967. OLE color: 7725967.
HSL color Cylindrical-coordinate representation of color #8FE375: hue angle of 105.82º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FE375 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 117 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.11 |
| HSL | 105.82º | 0.66% | 0.67% | - |
| HSV(B) | 105.82º | 0.48% | 0.89% | - |
| XYZ | 42.01 | 62.06 | 26.59 | - |
| YUV | 189.34 | 87.17 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 117 | 0.37 | 0 | 0.48 | 0.11 | 105.82 | 0.66 | 0.67 |
| Hex | 8F | E3 | 75 | 25 | 0 | 30 | B | 6A | 42 | 43 |
| Octal | 217 | 343 | 165 | 45 | 0 | 60 | 13 | 152 | 102 | 103 |
| Binary | 10001111 | 11100011 | 1110101 | 100101 | 0 | 110000 | 1011 | 1101010 | 1000010 | 1000011 |
Color Harmonies of #8FE375
Complementary color
Monochromatic Colors of #8FE375
Black with #8FE375
Text Example
Text Example
White with #8FE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE375; }
p { color: rgb(143,227,117); }
H1.HeaderClassName
{
color: #8FE375;
}
.AnyTagClassName
{
color: #8FE375;
}
</style>
background-color css
<style>
a { background-color: #8FE375; }
a { background-color: rgb(143,227,117); }
div.DivClassName
{
background-color: #8FE375;
}
.BgClassName
{
background-color: #8FE375;
}
</style>
border-color css
<style>
span { border-color: #8FE375; }
span { border-color: rgb(143,227,117); }
td.TdClassName
{
border-color: #8FE375;
}
.TagClassName
{
border-color: #8FE375;
}
</style>