Shades of Gossip #9DD572
Tints of Gossip #9DD572
RGB
CMYK
RGB Variations
Color information
#9DD572 (or 0x9DD572) is known color: Gossip. HEX triplet: 9D, D5 and 72. RGB value is (157,213,114). Sum of RGB (Red+Green+Blue) = 157+213+114=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD572 is #622A8D. Grayscale: #B9B9B9. Windows color (decimal): -6433422 or 7525789. OLE color: 7525789.
HSL color Cylindrical-coordinate representation of color #9DD572: hue angle of 93.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DD572 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 114 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.16 |
| HSL | 93.94º | 0.54% | 0.64% | - |
| HSV(B) | 93.94º | 0.46% | 0.84% | - |
| XYZ | 40.74 | 55.97 | 24.58 | - |
| YUV | 184.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 114 | 0.26 | 0 | 0.46 | 0.16 | 93.94 | 0.54 | 0.64 |
| Hex | 9D | D5 | 72 | 1A | 0 | 2E | 10 | 5E | 36 | 40 |
| Octal | 235 | 325 | 162 | 32 | 0 | 56 | 20 | 136 | 66 | 100 |
| Binary | 10011101 | 11010101 | 1110010 | 11010 | 0 | 101110 | 10000 | 1011110 | 110110 | 1000000 |
Color Harmonies of #9DD572
Complementary color
Monochromatic Colors of #9DD572
Black with #9DD572
Text Example
Text Example
White with #9DD572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD572; }
p { color: rgb(157,213,114); }
H1.HeaderClassName
{
color: #9DD572;
}
.AnyTagClassName
{
color: #9DD572;
}
</style>
background-color css
<style>
a { background-color: #9DD572; }
a { background-color: rgb(157,213,114); }
div.DivClassName
{
background-color: #9DD572;
}
.BgClassName
{
background-color: #9DD572;
}
</style>
border-color css
<style>
span { border-color: #9DD572; }
span { border-color: rgb(157,213,114); }
td.TdClassName
{
border-color: #9DD572;
}
.TagClassName
{
border-color: #9DD572;
}
</style>