Shades of Gossip #8FDB78
Tints of Gossip #8FDB78
RGB
CMYK
RGB Variations
Color information
#8FDB78 (or 0x8FDB78) is known color: Gossip. HEX triplet: 8F, DB and 78. RGB value is (143,219,120). Sum of RGB (Red+Green+Blue) = 143+219+120=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB78 is #702487. Grayscale: #B9B9B9. Windows color (decimal): -7349384 or 7920527. OLE color: 7920527.
HSL color Cylindrical-coordinate representation of color #8FDB78: hue angle of 106.06º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FDB78 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 120 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.14 |
| HSL | 106.06º | 0.58% | 0.66% | - |
| HSV(B) | 106.06º | 0.45% | 0.86% | - |
| XYZ | 40.05 | 57.86 | 26.83 | - |
| YUV | 184.99 | 91.32 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 120 | 0.35 | 0 | 0.45 | 0.14 | 106.06 | 0.58 | 0.66 |
| Hex | 8F | DB | 78 | 23 | 0 | 2D | E | 6A | 3A | 42 |
| Octal | 217 | 333 | 170 | 43 | 0 | 55 | 16 | 152 | 72 | 102 |
| Binary | 10001111 | 11011011 | 1111000 | 100011 | 0 | 101101 | 1110 | 1101010 | 111010 | 1000010 |
Color Harmonies of #8FDB78
Complementary color
Monochromatic Colors of #8FDB78
Black with #8FDB78
Text Example
Text Example
White with #8FDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB78; }
p { color: rgb(143,219,120); }
H1.HeaderClassName
{
color: #8FDB78;
}
.AnyTagClassName
{
color: #8FDB78;
}
</style>
background-color css
<style>
a { background-color: #8FDB78; }
a { background-color: rgb(143,219,120); }
div.DivClassName
{
background-color: #8FDB78;
}
.BgClassName
{
background-color: #8FDB78;
}
</style>
border-color css
<style>
span { border-color: #8FDB78; }
span { border-color: rgb(143,219,120); }
td.TdClassName
{
border-color: #8FDB78;
}
.TagClassName
{
border-color: #8FDB78;
}
</style>