Shades of Gossip #8FDE70
Tints of Gossip #8FDE70
RGB
CMYK
RGB Variations
Color information
#8FDE70 (or 0x8FDE70) is known color: Gossip. HEX triplet: 8F, DE and 70. RGB value is (143,222,112). Sum of RGB (Red+Green+Blue) = 143+222+112=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDE70 is #70218F. Grayscale: #BABABA. Windows color (decimal): -7348624 or 7397007. OLE color: 7397007.
HSL color Cylindrical-coordinate representation of color #8FDE70: hue angle of 103.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FDE70 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 112 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.13 |
| HSL | 103.09º | 0.63% | 0.65% | - |
| HSV(B) | 103.09º | 0.5% | 0.87% | - |
| XYZ | 40.37 | 59.25 | 24.64 | - |
| YUV | 185.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 112 | 0.36 | 0 | 0.50 | 0.13 | 103.09 | 0.63 | 0.65 |
| Hex | 8F | DE | 70 | 24 | 0 | 32 | D | 67 | 3E | 41 |
| Octal | 217 | 336 | 160 | 44 | 0 | 62 | 15 | 147 | 76 | 101 |
| Binary | 10001111 | 11011110 | 1110000 | 100100 | 0 | 110010 | 1101 | 1100111 | 111110 | 1000001 |
Color Harmonies of #8FDE70
Complementary color
Monochromatic Colors of #8FDE70
Black with #8FDE70
Text Example
Text Example
White with #8FDE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDE70; }
p { color: rgb(143,222,112); }
H1.HeaderClassName
{
color: #8FDE70;
}
.AnyTagClassName
{
color: #8FDE70;
}
</style>
background-color css
<style>
a { background-color: #8FDE70; }
a { background-color: rgb(143,222,112); }
div.DivClassName
{
background-color: #8FDE70;
}
.BgClassName
{
background-color: #8FDE70;
}
</style>
border-color css
<style>
span { border-color: #8FDE70; }
span { border-color: rgb(143,222,112); }
td.TdClassName
{
border-color: #8FDE70;
}
.TagClassName
{
border-color: #8FDE70;
}
</style>