Shades of Gossip #8DDB7A
Tints of Gossip #8DDB7A
RGB
CMYK
RGB Variations
Color information
#8DDB7A (or 0x8DDB7A) is known color: Gossip. HEX triplet: 8D, DB and 7A. RGB value is (141,219,122). Sum of RGB (Red+Green+Blue) = 141+219+122=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB7A is #722485. Grayscale: #B8B8B8. Windows color (decimal): -7480454 or 8051597. OLE color: 8051597.
HSL color Cylindrical-coordinate representation of color #8DDB7A: hue angle of 108.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDB7A is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 122 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.14 |
| HSL | 108.25º | 0.57% | 0.67% | - |
| HSV(B) | 108.25º | 0.44% | 0.86% | - |
| XYZ | 39.83 | 57.73 | 27.46 | - |
| YUV | 184.62 | 92.66 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 122 | 0.36 | 0 | 0.44 | 0.14 | 108.25 | 0.57 | 0.67 |
| Hex | 8D | DB | 7A | 24 | 0 | 2C | E | 6C | 39 | 43 |
| Octal | 215 | 333 | 172 | 44 | 0 | 54 | 16 | 154 | 71 | 103 |
| Binary | 10001101 | 11011011 | 1111010 | 100100 | 0 | 101100 | 1110 | 1101100 | 111001 | 1000011 |
Color Harmonies of #8DDB7A
Complementary color
Monochromatic Colors of #8DDB7A
Black with #8DDB7A
Text Example
Text Example
White with #8DDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB7A; }
p { color: rgb(141,219,122); }
H1.HeaderClassName
{
color: #8DDB7A;
}
.AnyTagClassName
{
color: #8DDB7A;
}
</style>
background-color css
<style>
a { background-color: #8DDB7A; }
a { background-color: rgb(141,219,122); }
div.DivClassName
{
background-color: #8DDB7A;
}
.BgClassName
{
background-color: #8DDB7A;
}
</style>
border-color css
<style>
span { border-color: #8DDB7A; }
span { border-color: rgb(141,219,122); }
td.TdClassName
{
border-color: #8DDB7A;
}
.TagClassName
{
border-color: #8DDB7A;
}
</style>