Shades of Gossip #8FC87D
Tints of Gossip #8FC87D
RGB
CMYK
RGB Variations
Color information
#8FC87D (or 0x8FC87D) is known color: Gossip. HEX triplet: 8F, C8 and 7D. RGB value is (143,200,125). Sum of RGB (Red+Green+Blue) = 143+200+125=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC87D is #703782. Grayscale: #AEAEAE. Windows color (decimal): -7354243 or 8243343. OLE color: 8243343.
HSL color Cylindrical-coordinate representation of color #8FC87D: hue angle of 105.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FC87D is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 125 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.22 |
| HSL | 105.6º | 0.41% | 0.64% | - |
| HSV(B) | 105.6º | 0.38% | 0.78% | - |
| XYZ | 35.68 | 48.63 | 26.91 | - |
| YUV | 174.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 125 | 0.28 | 0 | 0.38 | 0.22 | 105.6 | 0.41 | 0.64 |
| Hex | 8F | C8 | 7D | 1C | 0 | 26 | 16 | 6A | 29 | 40 |
| Octal | 217 | 310 | 175 | 34 | 0 | 46 | 26 | 152 | 51 | 100 |
| Binary | 10001111 | 11001000 | 1111101 | 11100 | 0 | 100110 | 10110 | 1101010 | 101001 | 1000000 |
Color Harmonies of #8FC87D
Complementary color
Monochromatic Colors of #8FC87D
Black with #8FC87D
Text Example
Text Example
White with #8FC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC87D; }
p { color: rgb(143,200,125); }
H1.HeaderClassName
{
color: #8FC87D;
}
.AnyTagClassName
{
color: #8FC87D;
}
</style>
background-color css
<style>
a { background-color: #8FC87D; }
a { background-color: rgb(143,200,125); }
div.DivClassName
{
background-color: #8FC87D;
}
.BgClassName
{
background-color: #8FC87D;
}
</style>
border-color css
<style>
span { border-color: #8FC87D; }
span { border-color: rgb(143,200,125); }
td.TdClassName
{
border-color: #8FC87D;
}
.TagClassName
{
border-color: #8FC87D;
}
</style>