Shades of Gossip #9DD273
Tints of Gossip #9DD273
RGB
CMYK
RGB Variations
Color information
#9DD273 (or 0x9DD273) is known color: Gossip. HEX triplet: 9D, D2 and 73. RGB value is (157,210,115). Sum of RGB (Red+Green+Blue) = 157+210+115=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD273 is #622D8C. Grayscale: #B7B7B7. Windows color (decimal): -6434189 or 7590557. OLE color: 7590557.
HSL color Cylindrical-coordinate representation of color #9DD273: hue angle of 93.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DD273 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 115 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.18 |
| HSL | 93.47º | 0.51% | 0.64% | - |
| HSV(B) | 93.47º | 0.45% | 0.82% | - |
| XYZ | 40.05 | 54.5 | 24.63 | - |
| YUV | 183.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 115 | 0.25 | 0 | 0.45 | 0.18 | 93.47 | 0.51 | 0.64 |
| Hex | 9D | D2 | 73 | 19 | 0 | 2D | 12 | 5D | 33 | 40 |
| Octal | 235 | 322 | 163 | 31 | 0 | 55 | 22 | 135 | 63 | 100 |
| Binary | 10011101 | 11010010 | 1110011 | 11001 | 0 | 101101 | 10010 | 1011101 | 110011 | 1000000 |
Color Harmonies of #9DD273
Complementary color
Monochromatic Colors of #9DD273
Black with #9DD273
Text Example
Text Example
White with #9DD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD273; }
p { color: rgb(157,210,115); }
H1.HeaderClassName
{
color: #9DD273;
}
.AnyTagClassName
{
color: #9DD273;
}
</style>
background-color css
<style>
a { background-color: #9DD273; }
a { background-color: rgb(157,210,115); }
div.DivClassName
{
background-color: #9DD273;
}
.BgClassName
{
background-color: #9DD273;
}
</style>
border-color css
<style>
span { border-color: #9DD273; }
span { border-color: rgb(157,210,115); }
td.TdClassName
{
border-color: #9DD273;
}
.TagClassName
{
border-color: #9DD273;
}
</style>