Shades of Gossip #8DD370
Tints of Gossip #8DD370
RGB
CMYK
RGB Variations
Color information
#8DD370 (or 0x8DD370) is known color: Gossip. HEX triplet: 8D, D3 and 70. RGB value is (141,211,112). Sum of RGB (Red+Green+Blue) = 141+211+112=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD370 is #722C8F. Grayscale: #B3B3B3. Windows color (decimal): -7482512 or 7394189. OLE color: 7394189.
HSL color Cylindrical-coordinate representation of color #8DD370: hue angle of 102.42º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DD370 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 211 | 112 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.17 |
| HSL | 102.42º | 0.53% | 0.63% | - |
| HSV(B) | 102.42º | 0.47% | 0.83% | - |
| XYZ | 37.2 | 53.42 | 23.68 | - |
| YUV | 178.78 | 90.31 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 211 | 112 | 0.33 | 0 | 0.47 | 0.17 | 102.42 | 0.53 | 0.63 |
| Hex | 8D | D3 | 70 | 21 | 0 | 2F | 11 | 66 | 35 | 3F |
| Octal | 215 | 323 | 160 | 41 | 0 | 57 | 21 | 146 | 65 | 77 |
| Binary | 10001101 | 11010011 | 1110000 | 100001 | 0 | 101111 | 10001 | 1100110 | 110101 | 111111 |
Color Harmonies of #8DD370
Complementary color
Monochromatic Colors of #8DD370
Black with #8DD370
Text Example
Text Example
White with #8DD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD370; }
p { color: rgb(141,211,112); }
H1.HeaderClassName
{
color: #8DD370;
}
.AnyTagClassName
{
color: #8DD370;
}
</style>
background-color css
<style>
a { background-color: #8DD370; }
a { background-color: rgb(141,211,112); }
div.DivClassName
{
background-color: #8DD370;
}
.BgClassName
{
background-color: #8DD370;
}
</style>
border-color css
<style>
span { border-color: #8DD370; }
span { border-color: rgb(141,211,112); }
td.TdClassName
{
border-color: #8DD370;
}
.TagClassName
{
border-color: #8DD370;
}
</style>