Shades of Gossip #9DDB83
Tints of Gossip #9DDB83
RGB
CMYK
RGB Variations
Color information
#9DDB83 (or 0x9DDB83) is known color: Gossip. HEX triplet: 9D, DB and 83. RGB value is (157,219,131). Sum of RGB (Red+Green+Blue) = 157+219+131=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB83 is #62247C. Grayscale: #BEBEBE. Windows color (decimal): -6431869 or 8641437. OLE color: 8641437.
HSL color Cylindrical-coordinate representation of color #9DDB83: hue angle of 102.27º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DDB83 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 131 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.14 |
| HSL | 102.27º | 0.55% | 0.69% | - |
| HSV(B) | 102.27º | 0.4% | 0.86% | - |
| XYZ | 43.33 | 59.47 | 30.67 | - |
| YUV | 190.43 | 94.46 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 131 | 0.28 | 0 | 0.40 | 0.14 | 102.27 | 0.55 | 0.69 |
| Hex | 9D | DB | 83 | 1C | 0 | 28 | E | 66 | 37 | 45 |
| Octal | 235 | 333 | 203 | 34 | 0 | 50 | 16 | 146 | 67 | 105 |
| Binary | 10011101 | 11011011 | 10000011 | 11100 | 0 | 101000 | 1110 | 1100110 | 110111 | 1000101 |
Color Harmonies of #9DDB83
Complementary color
Monochromatic Colors of #9DDB83
Black with #9DDB83
Text Example
Text Example
White with #9DDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB83; }
p { color: rgb(157,219,131); }
H1.HeaderClassName
{
color: #9DDB83;
}
.AnyTagClassName
{
color: #9DDB83;
}
</style>
background-color css
<style>
a { background-color: #9DDB83; }
a { background-color: rgb(157,219,131); }
div.DivClassName
{
background-color: #9DDB83;
}
.BgClassName
{
background-color: #9DDB83;
}
</style>
border-color css
<style>
span { border-color: #9DDB83; }
span { border-color: rgb(157,219,131); }
td.TdClassName
{
border-color: #9DDB83;
}
.TagClassName
{
border-color: #9DDB83;
}
</style>