Shades of Gossip #8DDA6E
Tints of Gossip #8DDA6E
RGB
CMYK
RGB Variations
Color information
#8DDA6E (or 0x8DDA6E) is known color: Gossip. HEX triplet: 8D, DA and 6E. RGB value is (141,218,110). Sum of RGB (Red+Green+Blue) = 141+218+110=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA6E is #722591. Grayscale: #B7B7B7. Windows color (decimal): -7480722 or 7264909. OLE color: 7264909.
HSL color Cylindrical-coordinate representation of color #8DDA6E: hue angle of 102.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DDA6E is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 110 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.15 |
| HSL | 102.78º | 0.59% | 0.64% | - |
| HSV(B) | 102.78º | 0.5% | 0.85% | - |
| XYZ | 38.87 | 56.93 | 23.69 | - |
| YUV | 182.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 110 | 0.35 | 0 | 0.50 | 0.15 | 102.78 | 0.59 | 0.64 |
| Hex | 8D | DA | 6E | 23 | 0 | 32 | F | 67 | 3B | 40 |
| Octal | 215 | 332 | 156 | 43 | 0 | 62 | 17 | 147 | 73 | 100 |
| Binary | 10001101 | 11011010 | 1101110 | 100011 | 0 | 110010 | 1111 | 1100111 | 111011 | 1000000 |
Color Harmonies of #8DDA6E
Complementary color
Monochromatic Colors of #8DDA6E
Black with #8DDA6E
Text Example
Text Example
White with #8DDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA6E; }
p { color: rgb(141,218,110); }
H1.HeaderClassName
{
color: #8DDA6E;
}
.AnyTagClassName
{
color: #8DDA6E;
}
</style>
background-color css
<style>
a { background-color: #8DDA6E; }
a { background-color: rgb(141,218,110); }
div.DivClassName
{
background-color: #8DDA6E;
}
.BgClassName
{
background-color: #8DDA6E;
}
</style>
border-color css
<style>
span { border-color: #8DDA6E; }
span { border-color: rgb(141,218,110); }
td.TdClassName
{
border-color: #8DDA6E;
}
.TagClassName
{
border-color: #8DDA6E;
}
</style>