Shades of Gossip #8FDD74
Tints of Gossip #8FDD74
RGB
CMYK
RGB Variations
Color information
#8FDD74 (or 0x8FDD74) is known color: Gossip. HEX triplet: 8F, DD and 74. RGB value is (143,221,116). Sum of RGB (Red+Green+Blue) = 143+221+116=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD74 is #70228B. Grayscale: #BABABA. Windows color (decimal): -7348876 or 7658895. OLE color: 7658895.
HSL color Cylindrical-coordinate representation of color #8FDD74: hue angle of 104.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FDD74 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 116 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.13 |
| HSL | 104.57º | 0.61% | 0.66% | - |
| HSV(B) | 104.57º | 0.48% | 0.87% | - |
| XYZ | 40.34 | 58.81 | 25.75 | - |
| YUV | 185.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 116 | 0.35 | 0 | 0.48 | 0.13 | 104.57 | 0.61 | 0.66 |
| Hex | 8F | DD | 74 | 23 | 0 | 30 | D | 69 | 3D | 42 |
| Octal | 217 | 335 | 164 | 43 | 0 | 60 | 15 | 151 | 75 | 102 |
| Binary | 10001111 | 11011101 | 1110100 | 100011 | 0 | 110000 | 1101 | 1101001 | 111101 | 1000010 |
Color Harmonies of #8FDD74
Complementary color
Monochromatic Colors of #8FDD74
Black with #8FDD74
Text Example
Text Example
White with #8FDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD74; }
p { color: rgb(143,221,116); }
H1.HeaderClassName
{
color: #8FDD74;
}
.AnyTagClassName
{
color: #8FDD74;
}
</style>
background-color css
<style>
a { background-color: #8FDD74; }
a { background-color: rgb(143,221,116); }
div.DivClassName
{
background-color: #8FDD74;
}
.BgClassName
{
background-color: #8FDD74;
}
</style>
border-color css
<style>
span { border-color: #8FDD74; }
span { border-color: rgb(143,221,116); }
td.TdClassName
{
border-color: #8FDD74;
}
.TagClassName
{
border-color: #8FDD74;
}
</style>