Shades of Gossip #9DDD83
Tints of Gossip #9DDD83
RGB
CMYK
RGB Variations
Color information
#9DDD83 (or 0x9DDD83) is known color: Gossip. HEX triplet: 9D, DD and 83. RGB value is (157,221,131). Sum of RGB (Red+Green+Blue) = 157+221+131=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDD83 is #62227C. Grayscale: #BFBFBF. Windows color (decimal): -6431357 or 8641949. OLE color: 8641949.
HSL color Cylindrical-coordinate representation of color #9DDD83: hue angle of 102.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DDD83 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 131 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.13 |
| HSL | 102.67º | 0.57% | 0.69% | - |
| HSV(B) | 102.67º | 0.41% | 0.87% | - |
| XYZ | 43.86 | 60.52 | 30.84 | - |
| YUV | 191.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 131 | 0.29 | 0 | 0.41 | 0.13 | 102.67 | 0.57 | 0.69 |
| Hex | 9D | DD | 83 | 1D | 0 | 29 | D | 67 | 39 | 45 |
| Octal | 235 | 335 | 203 | 35 | 0 | 51 | 15 | 147 | 71 | 105 |
| Binary | 10011101 | 11011101 | 10000011 | 11101 | 0 | 101001 | 1101 | 1100111 | 111001 | 1000101 |
Color Harmonies of #9DDD83
Complementary color
Monochromatic Colors of #9DDD83
Black with #9DDD83
Text Example
Text Example
White with #9DDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD83; }
p { color: rgb(157,221,131); }
H1.HeaderClassName
{
color: #9DDD83;
}
.AnyTagClassName
{
color: #9DDD83;
}
</style>
background-color css
<style>
a { background-color: #9DDD83; }
a { background-color: rgb(157,221,131); }
div.DivClassName
{
background-color: #9DDD83;
}
.BgClassName
{
background-color: #9DDD83;
}
</style>
border-color css
<style>
span { border-color: #9DDD83; }
span { border-color: rgb(157,221,131); }
td.TdClassName
{
border-color: #9DDD83;
}
.TagClassName
{
border-color: #9DDD83;
}
</style>