Shades of Gossip #8FD479
Tints of Gossip #8FD479
RGB
CMYK
RGB Variations
Color information
#8FD479 (or 0x8FD479) is known color: Gossip. HEX triplet: 8F, D4 and 79. RGB value is (143,212,121). Sum of RGB (Red+Green+Blue) = 143+212+121=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD479 is #702B86. Grayscale: #B5B5B5. Windows color (decimal): -7351175 or 7984271. OLE color: 7984271.
HSL color Cylindrical-coordinate representation of color #8FD479: hue angle of 105.49º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FD479 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 212 | 121 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.17 |
| HSL | 105.49º | 0.51% | 0.65% | - |
| HSV(B) | 105.49º | 0.43% | 0.83% | - |
| XYZ | 38.32 | 54.31 | 26.55 | - |
| YUV | 181 | 94.14 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 121 | 0.33 | 0 | 0.43 | 0.17 | 105.49 | 0.51 | 0.65 |
| Hex | 8F | D4 | 79 | 21 | 0 | 2B | 11 | 69 | 33 | 41 |
| Octal | 217 | 324 | 171 | 41 | 0 | 53 | 21 | 151 | 63 | 101 |
| Binary | 10001111 | 11010100 | 1111001 | 100001 | 0 | 101011 | 10001 | 1101001 | 110011 | 1000001 |
Color Harmonies of #8FD479
Complementary color
Monochromatic Colors of #8FD479
Black with #8FD479
Text Example
Text Example
White with #8FD479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD479; }
p { color: rgb(143,212,121); }
H1.HeaderClassName
{
color: #8FD479;
}
.AnyTagClassName
{
color: #8FD479;
}
</style>
background-color css
<style>
a { background-color: #8FD479; }
a { background-color: rgb(143,212,121); }
div.DivClassName
{
background-color: #8FD479;
}
.BgClassName
{
background-color: #8FD479;
}
</style>
border-color css
<style>
span { border-color: #8FD479; }
span { border-color: rgb(143,212,121); }
td.TdClassName
{
border-color: #8FD479;
}
.TagClassName
{
border-color: #8FD479;
}
</style>