Shades of Gossip #9DDE7D
Tints of Gossip #9DDE7D
RGB
CMYK
RGB Variations
Color information
#9DDE7D (or 0x9DDE7D) is known color: Gossip. HEX triplet: 9D, DE and 7D. RGB value is (157,222,125). Sum of RGB (Red+Green+Blue) = 157+222+125=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE7D is #622182. Grayscale: #BFBFBF. Windows color (decimal): -6431107 or 8248989. OLE color: 8248989.
HSL color Cylindrical-coordinate representation of color #9DDE7D: hue angle of 100.21º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DDE7D is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 125 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.13 |
| HSL | 100.21º | 0.6% | 0.68% | - |
| HSV(B) | 100.21º | 0.44% | 0.87% | - |
| XYZ | 43.73 | 60.89 | 28.85 | - |
| YUV | 191.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 125 | 0.29 | 0 | 0.44 | 0.13 | 100.21 | 0.6 | 0.68 |
| Hex | 9D | DE | 7D | 1D | 0 | 2C | D | 64 | 3C | 44 |
| Octal | 235 | 336 | 175 | 35 | 0 | 54 | 15 | 144 | 74 | 104 |
| Binary | 10011101 | 11011110 | 1111101 | 11101 | 0 | 101100 | 1101 | 1100100 | 111100 | 1000100 |
Color Harmonies of #9DDE7D
Complementary color
Monochromatic Colors of #9DDE7D
Black with #9DDE7D
Text Example
Text Example
White with #9DDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE7D; }
p { color: rgb(157,222,125); }
H1.HeaderClassName
{
color: #9DDE7D;
}
.AnyTagClassName
{
color: #9DDE7D;
}
</style>
background-color css
<style>
a { background-color: #9DDE7D; }
a { background-color: rgb(157,222,125); }
div.DivClassName
{
background-color: #9DDE7D;
}
.BgClassName
{
background-color: #9DDE7D;
}
</style>
border-color css
<style>
span { border-color: #9DDE7D; }
span { border-color: rgb(157,222,125); }
td.TdClassName
{
border-color: #9DDE7D;
}
.TagClassName
{
border-color: #9DDE7D;
}
</style>