Shades of Gossip #8FD278
Tints of Gossip #8FD278
RGB
CMYK
RGB Variations
Color information
#8FD278 (or 0x8FD278) is known color: Gossip. HEX triplet: 8F, D2 and 78. RGB value is (143,210,120). Sum of RGB (Red+Green+Blue) = 143+210+120=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD278 is #702D87. Grayscale: #B3B3B3. Windows color (decimal): -7351688 or 7918223. OLE color: 7918223.
HSL color Cylindrical-coordinate representation of color #8FD278: hue angle of 104.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FD278 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 120 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.18 |
| HSL | 104.67º | 0.5% | 0.65% | - |
| HSV(B) | 104.67º | 0.43% | 0.82% | - |
| XYZ | 37.76 | 53.29 | 26.06 | - |
| YUV | 179.71 | 94.3 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 120 | 0.32 | 0 | 0.43 | 0.18 | 104.67 | 0.5 | 0.65 |
| Hex | 8F | D2 | 78 | 20 | 0 | 2B | 12 | 69 | 32 | 41 |
| Octal | 217 | 322 | 170 | 40 | 0 | 53 | 22 | 151 | 62 | 101 |
| Binary | 10001111 | 11010010 | 1111000 | 100000 | 0 | 101011 | 10010 | 1101001 | 110010 | 1000001 |
Color Harmonies of #8FD278
Complementary color
Monochromatic Colors of #8FD278
Black with #8FD278
Text Example
Text Example
White with #8FD278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD278; }
p { color: rgb(143,210,120); }
H1.HeaderClassName
{
color: #8FD278;
}
.AnyTagClassName
{
color: #8FD278;
}
</style>
background-color css
<style>
a { background-color: #8FD278; }
a { background-color: rgb(143,210,120); }
div.DivClassName
{
background-color: #8FD278;
}
.BgClassName
{
background-color: #8FD278;
}
</style>
border-color css
<style>
span { border-color: #8FD278; }
span { border-color: rgb(143,210,120); }
td.TdClassName
{
border-color: #8FD278;
}
.TagClassName
{
border-color: #8FD278;
}
</style>