Shades of Gossip #8DD575
Tints of Gossip #8DD575
RGB
CMYK
RGB Variations
Color information
#8DD575 (or 0x8DD575) is known color: Gossip. HEX triplet: 8D, D5 and 75. RGB value is (141,213,117). Sum of RGB (Red+Green+Blue) = 141+213+117=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD575 is #722A8A. Grayscale: #B4B4B4. Windows color (decimal): -7481995 or 7722381. OLE color: 7722381.
HSL color Cylindrical-coordinate representation of color #8DD575: hue angle of 105º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DD575 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 213 | 117 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.16 |
| HSL | 105º | 0.53% | 0.65% | - |
| HSV(B) | 105º | 0.45% | 0.84% | - |
| XYZ | 37.99 | 54.54 | 25.35 | - |
| YUV | 180.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 117 | 0.34 | 0 | 0.45 | 0.16 | 105 | 0.53 | 0.65 |
| Hex | 8D | D5 | 75 | 22 | 0 | 2D | 10 | 69 | 35 | 41 |
| Octal | 215 | 325 | 165 | 42 | 0 | 55 | 20 | 151 | 65 | 101 |
| Binary | 10001101 | 11010101 | 1110101 | 100010 | 0 | 101101 | 10000 | 1101001 | 110101 | 1000001 |
Color Harmonies of #8DD575
Complementary color
Monochromatic Colors of #8DD575
Black with #8DD575
Text Example
Text Example
White with #8DD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD575; }
p { color: rgb(141,213,117); }
H1.HeaderClassName
{
color: #8DD575;
}
.AnyTagClassName
{
color: #8DD575;
}
</style>
background-color css
<style>
a { background-color: #8DD575; }
a { background-color: rgb(141,213,117); }
div.DivClassName
{
background-color: #8DD575;
}
.BgClassName
{
background-color: #8DD575;
}
</style>
border-color css
<style>
span { border-color: #8DD575; }
span { border-color: rgb(141,213,117); }
td.TdClassName
{
border-color: #8DD575;
}
.TagClassName
{
border-color: #8DD575;
}
</style>