Shades of Gossip #9DD271
Tints of Gossip #9DD271
RGB
CMYK
RGB Variations
Color information
#9DD271 (or 0x9DD271) is known color: Gossip. HEX triplet: 9D, D2 and 71. RGB value is (157,210,113). Sum of RGB (Red+Green+Blue) = 157+210+113=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD271 is #622D8E. Grayscale: #B7B7B7. Windows color (decimal): -6434191 or 7459485. OLE color: 7459485.
HSL color Cylindrical-coordinate representation of color #9DD271: hue angle of 92.78º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DD271 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 113 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.18 |
| HSL | 92.78º | 0.52% | 0.63% | - |
| HSV(B) | 92.78º | 0.46% | 0.82% | - |
| XYZ | 39.93 | 54.45 | 24.03 | - |
| YUV | 183.1 | 88.44 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 113 | 0.25 | 0 | 0.46 | 0.18 | 92.78 | 0.52 | 0.63 |
| Hex | 9D | D2 | 71 | 19 | 0 | 2E | 12 | 5D | 34 | 3F |
| Octal | 235 | 322 | 161 | 31 | 0 | 56 | 22 | 135 | 64 | 77 |
| Binary | 10011101 | 11010010 | 1110001 | 11001 | 0 | 101110 | 10010 | 1011101 | 110100 | 111111 |
Color Harmonies of #9DD271
Complementary color
Monochromatic Colors of #9DD271
Black with #9DD271
Text Example
Text Example
White with #9DD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD271; }
p { color: rgb(157,210,113); }
H1.HeaderClassName
{
color: #9DD271;
}
.AnyTagClassName
{
color: #9DD271;
}
</style>
background-color css
<style>
a { background-color: #9DD271; }
a { background-color: rgb(157,210,113); }
div.DivClassName
{
background-color: #9DD271;
}
.BgClassName
{
background-color: #9DD271;
}
</style>
border-color css
<style>
span { border-color: #9DD271; }
span { border-color: rgb(157,210,113); }
td.TdClassName
{
border-color: #9DD271;
}
.TagClassName
{
border-color: #9DD271;
}
</style>