Shades of Gossip #8FC57B
Tints of Gossip #8FC57B
RGB
CMYK
RGB Variations
Color information
#8FC57B (or 0x8FC57B) is known color: Gossip. HEX triplet: 8F, C5 and 7B. RGB value is (143,197,123). Sum of RGB (Red+Green+Blue) = 143+197+123=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC57B is #703A84. Grayscale: #ACACAC. Windows color (decimal): -7355013 or 8111503. OLE color: 8111503.
HSL color Cylindrical-coordinate representation of color #8FC57B: hue angle of 103.78º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FC57B is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 123 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.23 |
| HSL | 103.78º | 0.39% | 0.63% | - |
| HSV(B) | 103.78º | 0.38% | 0.77% | - |
| XYZ | 34.87 | 47.2 | 26.01 | - |
| YUV | 172.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 123 | 0.27 | 0 | 0.38 | 0.23 | 103.78 | 0.39 | 0.63 |
| Hex | 8F | C5 | 7B | 1B | 0 | 26 | 17 | 68 | 27 | 3F |
| Octal | 217 | 305 | 173 | 33 | 0 | 46 | 27 | 150 | 47 | 77 |
| Binary | 10001111 | 11000101 | 1111011 | 11011 | 0 | 100110 | 10111 | 1101000 | 100111 | 111111 |
Color Harmonies of #8FC57B
Complementary color
Monochromatic Colors of #8FC57B
Black with #8FC57B
Text Example
Text Example
White with #8FC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC57B; }
p { color: rgb(143,197,123); }
H1.HeaderClassName
{
color: #8FC57B;
}
.AnyTagClassName
{
color: #8FC57B;
}
</style>
background-color css
<style>
a { background-color: #8FC57B; }
a { background-color: rgb(143,197,123); }
div.DivClassName
{
background-color: #8FC57B;
}
.BgClassName
{
background-color: #8FC57B;
}
</style>
border-color css
<style>
span { border-color: #8FC57B; }
span { border-color: rgb(143,197,123); }
td.TdClassName
{
border-color: #8FC57B;
}
.TagClassName
{
border-color: #8FC57B;
}
</style>