Shades of Gossip #8FD66F
Tints of Gossip #8FD66F
RGB
CMYK
RGB Variations
Color information
#8FD66F (or 0x8FD66F) is known color: Gossip. HEX triplet: 8F, D6 and 6F. RGB value is (143,214,111). Sum of RGB (Red+Green+Blue) = 143+214+111=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD66F is #702990. Grayscale: #B5B5B5. Windows color (decimal): -7350673 or 7329423. OLE color: 7329423.
HSL color Cylindrical-coordinate representation of color #8FD66F: hue angle of 101.36º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FD66F is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 111 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.16 |
| HSL | 101.36º | 0.56% | 0.64% | - |
| HSV(B) | 101.36º | 0.48% | 0.84% | - |
| XYZ | 38.24 | 55.08 | 23.65 | - |
| YUV | 181.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 111 | 0.33 | 0 | 0.48 | 0.16 | 101.36 | 0.56 | 0.64 |
| Hex | 8F | D6 | 6F | 21 | 0 | 30 | 10 | 65 | 38 | 40 |
| Octal | 217 | 326 | 157 | 41 | 0 | 60 | 20 | 145 | 70 | 100 |
| Binary | 10001111 | 11010110 | 1101111 | 100001 | 0 | 110000 | 10000 | 1100101 | 111000 | 1000000 |
Color Harmonies of #8FD66F
Complementary color
Monochromatic Colors of #8FD66F
Black with #8FD66F
Text Example
Text Example
White with #8FD66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD66F; }
p { color: rgb(143,214,111); }
H1.HeaderClassName
{
color: #8FD66F;
}
.AnyTagClassName
{
color: #8FD66F;
}
</style>
background-color css
<style>
a { background-color: #8FD66F; }
a { background-color: rgb(143,214,111); }
div.DivClassName
{
background-color: #8FD66F;
}
.BgClassName
{
background-color: #8FD66F;
}
</style>
border-color css
<style>
span { border-color: #8FD66F; }
span { border-color: rgb(143,214,111); }
td.TdClassName
{
border-color: #8FD66F;
}
.TagClassName
{
border-color: #8FD66F;
}
</style>