Shades of Gossip #8DDB6E
Tints of Gossip #8DDB6E
RGB
CMYK
RGB Variations
Color information
#8DDB6E (or 0x8DDB6E) is known color: Gossip. HEX triplet: 8D, DB and 6E. RGB value is (141,219,110). Sum of RGB (Red+Green+Blue) = 141+219+110=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB6E is #722491. Grayscale: #B7B7B7. Windows color (decimal): -7480466 or 7265165. OLE color: 7265165.
HSL color Cylindrical-coordinate representation of color #8DDB6E: hue angle of 102.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DDB6E is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 110 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.14 |
| HSL | 102.94º | 0.6% | 0.65% | - |
| HSV(B) | 102.94º | 0.5% | 0.86% | - |
| XYZ | 39.13 | 57.45 | 23.78 | - |
| YUV | 183.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 110 | 0.36 | 0 | 0.50 | 0.14 | 102.94 | 0.6 | 0.65 |
| Hex | 8D | DB | 6E | 24 | 0 | 32 | E | 67 | 3C | 41 |
| Octal | 215 | 333 | 156 | 44 | 0 | 62 | 16 | 147 | 74 | 101 |
| Binary | 10001101 | 11011011 | 1101110 | 100100 | 0 | 110010 | 1110 | 1100111 | 111100 | 1000001 |
Color Harmonies of #8DDB6E
Complementary color
Monochromatic Colors of #8DDB6E
Black with #8DDB6E
Text Example
Text Example
White with #8DDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB6E; }
p { color: rgb(141,219,110); }
H1.HeaderClassName
{
color: #8DDB6E;
}
.AnyTagClassName
{
color: #8DDB6E;
}
</style>
background-color css
<style>
a { background-color: #8DDB6E; }
a { background-color: rgb(141,219,110); }
div.DivClassName
{
background-color: #8DDB6E;
}
.BgClassName
{
background-color: #8DDB6E;
}
</style>
border-color css
<style>
span { border-color: #8DDB6E; }
span { border-color: rgb(141,219,110); }
td.TdClassName
{
border-color: #8DDB6E;
}
.TagClassName
{
border-color: #8DDB6E;
}
</style>