Shades of Gossip #8DDA74
Tints of Gossip #8DDA74
RGB
CMYK
RGB Variations
Color information
#8DDA74 (or 0x8DDA74) is known color: Gossip. HEX triplet: 8D, DA and 74. RGB value is (141,218,116). Sum of RGB (Red+Green+Blue) = 141+218+116=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA74 is #72258B. Grayscale: #B7B7B7. Windows color (decimal): -7480716 or 7658125. OLE color: 7658125.
HSL color Cylindrical-coordinate representation of color #8DDA74: hue angle of 105.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DDA74 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 116 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.15 |
| HSL | 105.29º | 0.58% | 0.65% | - |
| HSV(B) | 105.29º | 0.47% | 0.85% | - |
| XYZ | 39.21 | 57.07 | 25.47 | - |
| YUV | 183.35 | 89.99 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 116 | 0.35 | 0 | 0.47 | 0.15 | 105.29 | 0.58 | 0.65 |
| Hex | 8D | DA | 74 | 23 | 0 | 2F | F | 69 | 3A | 41 |
| Octal | 215 | 332 | 164 | 43 | 0 | 57 | 17 | 151 | 72 | 101 |
| Binary | 10001101 | 11011010 | 1110100 | 100011 | 0 | 101111 | 1111 | 1101001 | 111010 | 1000001 |
Color Harmonies of #8DDA74
Complementary color
Monochromatic Colors of #8DDA74
Black with #8DDA74
Text Example
Text Example
White with #8DDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA74; }
p { color: rgb(141,218,116); }
H1.HeaderClassName
{
color: #8DDA74;
}
.AnyTagClassName
{
color: #8DDA74;
}
</style>
background-color css
<style>
a { background-color: #8DDA74; }
a { background-color: rgb(141,218,116); }
div.DivClassName
{
background-color: #8DDA74;
}
.BgClassName
{
background-color: #8DDA74;
}
</style>
border-color css
<style>
span { border-color: #8DDA74; }
span { border-color: rgb(141,218,116); }
td.TdClassName
{
border-color: #8DDA74;
}
.TagClassName
{
border-color: #8DDA74;
}
</style>