Shades of Gossip #8FDF7D
Tints of Gossip #8FDF7D
RGB
CMYK
RGB Variations
Color information
#8FDF7D (or 0x8FDF7D) is known color: Gossip. HEX triplet: 8F, DF and 7D. RGB value is (143,223,125). Sum of RGB (Red+Green+Blue) = 143+223+125=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDF7D is #702082. Grayscale: #BCBCBC. Windows color (decimal): -7348355 or 8249231. OLE color: 8249231.
HSL color Cylindrical-coordinate representation of color #8FDF7D: hue angle of 108.98º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FDF7D is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 125 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.13 |
| HSL | 108.98º | 0.6% | 0.68% | - |
| HSV(B) | 108.98º | 0.44% | 0.87% | - |
| XYZ | 41.42 | 60.1 | 28.82 | - |
| YUV | 187.91 | 92.5 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 125 | 0.36 | 0 | 0.44 | 0.13 | 108.98 | 0.6 | 0.68 |
| Hex | 8F | DF | 7D | 24 | 0 | 2C | D | 6D | 3C | 44 |
| Octal | 217 | 337 | 175 | 44 | 0 | 54 | 15 | 155 | 74 | 104 |
| Binary | 10001111 | 11011111 | 1111101 | 100100 | 0 | 101100 | 1101 | 1101101 | 111100 | 1000100 |
Color Harmonies of #8FDF7D
Complementary color
Monochromatic Colors of #8FDF7D
Black with #8FDF7D
Text Example
Text Example
White with #8FDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF7D; }
p { color: rgb(143,223,125); }
H1.HeaderClassName
{
color: #8FDF7D;
}
.AnyTagClassName
{
color: #8FDF7D;
}
</style>
background-color css
<style>
a { background-color: #8FDF7D; }
a { background-color: rgb(143,223,125); }
div.DivClassName
{
background-color: #8FDF7D;
}
.BgClassName
{
background-color: #8FDF7D;
}
</style>
border-color css
<style>
span { border-color: #8FDF7D; }
span { border-color: rgb(143,223,125); }
td.TdClassName
{
border-color: #8FDF7D;
}
.TagClassName
{
border-color: #8FDF7D;
}
</style>