Shades of Gossip #9DD073
Tints of Gossip #9DD073
RGB
CMYK
RGB Variations
Color information
#9DD073 (or 0x9DD073) is known color: Gossip. HEX triplet: 9D, D0 and 73. RGB value is (157,208,115). Sum of RGB (Red+Green+Blue) = 157+208+115=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD073 is #622F8C. Grayscale: #B6B6B6. Windows color (decimal): -6434701 or 7590045. OLE color: 7590045.
HSL color Cylindrical-coordinate representation of color #9DD073: hue angle of 92.9º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DD073 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 115 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.18 |
| HSL | 92.9º | 0.5% | 0.63% | - |
| HSV(B) | 92.9º | 0.45% | 0.82% | - |
| XYZ | 39.56 | 53.52 | 24.46 | - |
| YUV | 182.15 | 90.1 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 115 | 0.25 | 0 | 0.45 | 0.18 | 92.9 | 0.5 | 0.63 |
| Hex | 9D | D0 | 73 | 19 | 0 | 2D | 12 | 5D | 32 | 3F |
| Octal | 235 | 320 | 163 | 31 | 0 | 55 | 22 | 135 | 62 | 77 |
| Binary | 10011101 | 11010000 | 1110011 | 11001 | 0 | 101101 | 10010 | 1011101 | 110010 | 111111 |
Color Harmonies of #9DD073
Complementary color
Monochromatic Colors of #9DD073
Black with #9DD073
Text Example
Text Example
White with #9DD073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD073; }
p { color: rgb(157,208,115); }
H1.HeaderClassName
{
color: #9DD073;
}
.AnyTagClassName
{
color: #9DD073;
}
</style>
background-color css
<style>
a { background-color: #9DD073; }
a { background-color: rgb(157,208,115); }
div.DivClassName
{
background-color: #9DD073;
}
.BgClassName
{
background-color: #9DD073;
}
</style>
border-color css
<style>
span { border-color: #9DD073; }
span { border-color: rgb(157,208,115); }
td.TdClassName
{
border-color: #9DD073;
}
.TagClassName
{
border-color: #9DD073;
}
</style>