Shades of Gossip #8DDA6D
Tints of Gossip #8DDA6D
RGB
CMYK
RGB Variations
Color information
#8DDA6D (or 0x8DDA6D) is known color: Gossip. HEX triplet: 8D, DA and 6D. RGB value is (141,218,109). Sum of RGB (Red+Green+Blue) = 141+218+109=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA6D is #722592. Grayscale: #B6B6B6. Windows color (decimal): -7480723 or 7199373. OLE color: 7199373.
HSL color Cylindrical-coordinate representation of color #8DDA6D: hue angle of 102.39º degrees, saturation: 0.6, 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 #8DDA6D is Cyan = 0.35, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 109 | - |
| CMYK | 0.35 | 0 | 0.5 | 0.15 |
| HSL | 102.39º | 0.6% | 0.64% | - |
| HSV(B) | 102.39º | 0.5% | 0.85% | - |
| XYZ | 38.82 | 56.91 | 23.41 | - |
| YUV | 182.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 109 | 0.35 | 0 | 0.5 | 0.15 | 102.39 | 0.6 | 0.64 |
| Hex | 8D | DA | 6D | 23 | 0 | 32 | F | 66 | 3C | 40 |
| Octal | 215 | 332 | 155 | 43 | 0 | 62 | 17 | 146 | 74 | 100 |
| Binary | 10001101 | 11011010 | 1101101 | 100011 | 0 | 110010 | 1111 | 1100110 | 111100 | 1000000 |
Color Harmonies of #8DDA6D
Complementary color
Monochromatic Colors of #8DDA6D
Black with #8DDA6D
Text Example
Text Example
White with #8DDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA6D; }
p { color: rgb(141,218,109); }
H1.HeaderClassName
{
color: #8DDA6D;
}
.AnyTagClassName
{
color: #8DDA6D;
}
</style>
background-color css
<style>
a { background-color: #8DDA6D; }
a { background-color: rgb(141,218,109); }
div.DivClassName
{
background-color: #8DDA6D;
}
.BgClassName
{
background-color: #8DDA6D;
}
</style>
border-color css
<style>
span { border-color: #8DDA6D; }
span { border-color: rgb(141,218,109); }
td.TdClassName
{
border-color: #8DDA6D;
}
.TagClassName
{
border-color: #8DDA6D;
}
</style>