Shades of Gossip #8FD67D
Tints of Gossip #8FD67D
RGB
CMYK
RGB Variations
Color information
#8FD67D (or 0x8FD67D) is known color: Gossip. HEX triplet: 8F, D6 and 7D. RGB value is (143,214,125). Sum of RGB (Red+Green+Blue) = 143+214+125=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD67D is #702982. Grayscale: #B6B6B6. Windows color (decimal): -7350659 or 8246927. OLE color: 8246927.
HSL color Cylindrical-coordinate representation of color #8FD67D: hue angle of 107.87º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FD67D is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 125 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.16 |
| HSL | 107.87º | 0.52% | 0.66% | - |
| HSV(B) | 107.87º | 0.42% | 0.84% | - |
| XYZ | 39.08 | 55.41 | 28.04 | - |
| YUV | 182.63 | 95.48 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 125 | 0.33 | 0 | 0.42 | 0.16 | 107.87 | 0.52 | 0.66 |
| Hex | 8F | D6 | 7D | 21 | 0 | 2A | 10 | 6C | 34 | 42 |
| Octal | 217 | 326 | 175 | 41 | 0 | 52 | 20 | 154 | 64 | 102 |
| Binary | 10001111 | 11010110 | 1111101 | 100001 | 0 | 101010 | 10000 | 1101100 | 110100 | 1000010 |
Color Harmonies of #8FD67D
Complementary color
Monochromatic Colors of #8FD67D
Black with #8FD67D
Text Example
Text Example
White with #8FD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD67D; }
p { color: rgb(143,214,125); }
H1.HeaderClassName
{
color: #8FD67D;
}
.AnyTagClassName
{
color: #8FD67D;
}
</style>
background-color css
<style>
a { background-color: #8FD67D; }
a { background-color: rgb(143,214,125); }
div.DivClassName
{
background-color: #8FD67D;
}
.BgClassName
{
background-color: #8FD67D;
}
</style>
border-color css
<style>
span { border-color: #8FD67D; }
span { border-color: rgb(143,214,125); }
td.TdClassName
{
border-color: #8FD67D;
}
.TagClassName
{
border-color: #8FD67D;
}
</style>