Shades of Gossip #8FD770
Tints of Gossip #8FD770
RGB
CMYK
RGB Variations
Color information
#8FD770 (or 0x8FD770) is known color: Gossip. HEX triplet: 8F, D7 and 70. RGB value is (143,215,112). Sum of RGB (Red+Green+Blue) = 143+215+112=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD770 is #70288F. Grayscale: #B6B6B6. Windows color (decimal): -7350416 or 7395215. OLE color: 7395215.
HSL color Cylindrical-coordinate representation of color #8FD770: hue angle of 101.94º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FD770 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 215 | 112 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.16 |
| HSL | 101.94º | 0.56% | 0.64% | - |
| HSV(B) | 101.94º | 0.48% | 0.84% | - |
| XYZ | 38.55 | 55.61 | 24.03 | - |
| YUV | 181.73 | 88.65 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 215 | 112 | 0.33 | 0 | 0.48 | 0.16 | 101.94 | 0.56 | 0.64 |
| Hex | 8F | D7 | 70 | 21 | 0 | 30 | 10 | 66 | 38 | 40 |
| Octal | 217 | 327 | 160 | 41 | 0 | 60 | 20 | 146 | 70 | 100 |
| Binary | 10001111 | 11010111 | 1110000 | 100001 | 0 | 110000 | 10000 | 1100110 | 111000 | 1000000 |
Color Harmonies of #8FD770
Complementary color
Monochromatic Colors of #8FD770
Black with #8FD770
Text Example
Text Example
White with #8FD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD770; }
p { color: rgb(143,215,112); }
H1.HeaderClassName
{
color: #8FD770;
}
.AnyTagClassName
{
color: #8FD770;
}
</style>
background-color css
<style>
a { background-color: #8FD770; }
a { background-color: rgb(143,215,112); }
div.DivClassName
{
background-color: #8FD770;
}
.BgClassName
{
background-color: #8FD770;
}
</style>
border-color css
<style>
span { border-color: #8FD770; }
span { border-color: rgb(143,215,112); }
td.TdClassName
{
border-color: #8FD770;
}
.TagClassName
{
border-color: #8FD770;
}
</style>