Shades of Gossip #9DDB82
Tints of Gossip #9DDB82
RGB
CMYK
RGB Variations
Color information
#9DDB82 (or 0x9DDB82) is known color: Gossip. HEX triplet: 9D, DB and 82. RGB value is (157,219,130). Sum of RGB (Red+Green+Blue) = 157+219+130=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB82 is #62247D. Grayscale: #BEBEBE. Windows color (decimal): -6431870 or 8575901. OLE color: 8575901.
HSL color Cylindrical-coordinate representation of color #9DDB82: hue angle of 101.8º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DDB82 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 130 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.14 |
| HSL | 101.8º | 0.55% | 0.68% | - |
| HSV(B) | 101.8º | 0.41% | 0.86% | - |
| XYZ | 43.27 | 59.44 | 30.31 | - |
| YUV | 190.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 130 | 0.28 | 0 | 0.41 | 0.14 | 101.8 | 0.55 | 0.68 |
| Hex | 9D | DB | 82 | 1C | 0 | 29 | E | 66 | 37 | 44 |
| Octal | 235 | 333 | 202 | 34 | 0 | 51 | 16 | 146 | 67 | 104 |
| Binary | 10011101 | 11011011 | 10000010 | 11100 | 0 | 101001 | 1110 | 1100110 | 110111 | 1000100 |
Color Harmonies of #9DDB82
Complementary color
Monochromatic Colors of #9DDB82
Black with #9DDB82
Text Example
Text Example
White with #9DDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB82; }
p { color: rgb(157,219,130); }
H1.HeaderClassName
{
color: #9DDB82;
}
.AnyTagClassName
{
color: #9DDB82;
}
</style>
background-color css
<style>
a { background-color: #9DDB82; }
a { background-color: rgb(157,219,130); }
div.DivClassName
{
background-color: #9DDB82;
}
.BgClassName
{
background-color: #9DDB82;
}
</style>
border-color css
<style>
span { border-color: #9DDB82; }
span { border-color: rgb(157,219,130); }
td.TdClassName
{
border-color: #9DDB82;
}
.TagClassName
{
border-color: #9DDB82;
}
</style>