Shades of Gossip #8FDE7D
Tints of Gossip #8FDE7D
RGB
CMYK
RGB Variations
Color information
#8FDE7D (or 0x8FDE7D) is known color: Gossip. HEX triplet: 8F, DE and 7D. RGB value is (143,222,125). Sum of RGB (Red+Green+Blue) = 143+222+125=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDE7D is #702182. Grayscale: #BBBBBB. Windows color (decimal): -7348611 or 8248975. OLE color: 8248975.
HSL color Cylindrical-coordinate representation of color #8FDE7D: hue angle of 108.87º 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 #8FDE7D is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 125 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.13 |
| HSL | 108.87º | 0.6% | 0.68% | - |
| HSV(B) | 108.87º | 0.44% | 0.87% | - |
| XYZ | 41.15 | 59.56 | 28.73 | - |
| YUV | 187.32 | 92.83 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 125 | 0.36 | 0 | 0.44 | 0.13 | 108.87 | 0.6 | 0.68 |
| Hex | 8F | DE | 7D | 24 | 0 | 2C | D | 6D | 3C | 44 |
| Octal | 217 | 336 | 175 | 44 | 0 | 54 | 15 | 155 | 74 | 104 |
| Binary | 10001111 | 11011110 | 1111101 | 100100 | 0 | 101100 | 1101 | 1101101 | 111100 | 1000100 |
Color Harmonies of #8FDE7D
Complementary color
Monochromatic Colors of #8FDE7D
Black with #8FDE7D
Text Example
Text Example
White with #8FDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDE7D; }
p { color: rgb(143,222,125); }
H1.HeaderClassName
{
color: #8FDE7D;
}
.AnyTagClassName
{
color: #8FDE7D;
}
</style>
background-color css
<style>
a { background-color: #8FDE7D; }
a { background-color: rgb(143,222,125); }
div.DivClassName
{
background-color: #8FDE7D;
}
.BgClassName
{
background-color: #8FDE7D;
}
</style>
border-color css
<style>
span { border-color: #8FDE7D; }
span { border-color: rgb(143,222,125); }
td.TdClassName
{
border-color: #8FDE7D;
}
.TagClassName
{
border-color: #8FDE7D;
}
</style>