Shades of Gossip #8FC47B
Tints of Gossip #8FC47B
RGB
CMYK
RGB Variations
Color information
#8FC47B (or 0x8FC47B) is known color: Gossip. HEX triplet: 8F, C4 and 7B. RGB value is (143,196,123). Sum of RGB (Red+Green+Blue) = 143+196+123=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC47B is #703B84. Grayscale: #ACACAC. Windows color (decimal): -7355269 or 8111247. OLE color: 8111247.
HSL color Cylindrical-coordinate representation of color #8FC47B: hue angle of 103.56º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FC47B is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 123 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.23 |
| HSL | 103.56º | 0.38% | 0.63% | - |
| HSV(B) | 103.56º | 0.37% | 0.77% | - |
| XYZ | 34.64 | 46.75 | 25.94 | - |
| YUV | 171.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 123 | 0.27 | 0 | 0.37 | 0.23 | 103.56 | 0.38 | 0.63 |
| Hex | 8F | C4 | 7B | 1B | 0 | 25 | 17 | 68 | 26 | 3F |
| Octal | 217 | 304 | 173 | 33 | 0 | 45 | 27 | 150 | 46 | 77 |
| Binary | 10001111 | 11000100 | 1111011 | 11011 | 0 | 100101 | 10111 | 1101000 | 100110 | 111111 |
Color Harmonies of #8FC47B
Complementary color
Monochromatic Colors of #8FC47B
Black with #8FC47B
Text Example
Text Example
White with #8FC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC47B; }
p { color: rgb(143,196,123); }
H1.HeaderClassName
{
color: #8FC47B;
}
.AnyTagClassName
{
color: #8FC47B;
}
</style>
background-color css
<style>
a { background-color: #8FC47B; }
a { background-color: rgb(143,196,123); }
div.DivClassName
{
background-color: #8FC47B;
}
.BgClassName
{
background-color: #8FC47B;
}
</style>
border-color css
<style>
span { border-color: #8FC47B; }
span { border-color: rgb(143,196,123); }
td.TdClassName
{
border-color: #8FC47B;
}
.TagClassName
{
border-color: #8FC47B;
}
</style>