Shades of Gossip #9DD48B
Tints of Gossip #9DD48B
RGB
CMYK
RGB Variations
Color information
#9DD48B (or 0x9DD48B) is known color: Gossip. HEX triplet: 9D, D4 and 8B. RGB value is (157,212,139). Sum of RGB (Red+Green+Blue) = 157+212+139=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD48B is #622B74. Grayscale: #BBBBBB. Windows color (decimal): -6433653 or 9163933. OLE color: 9163933.
HSL color Cylindrical-coordinate representation of color #9DD48B: hue angle of 105.21º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD48B is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 139 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.17 |
| HSL | 105.21º | 0.46% | 0.69% | - |
| HSV(B) | 105.21º | 0.34% | 0.83% | - |
| XYZ | 42.11 | 56.12 | 33.04 | - |
| YUV | 187.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 139 | 0.26 | 0 | 0.34 | 0.17 | 105.21 | 0.46 | 0.69 |
| Hex | 9D | D4 | 8B | 1A | 0 | 22 | 11 | 69 | 2E | 45 |
| Octal | 235 | 324 | 213 | 32 | 0 | 42 | 21 | 151 | 56 | 105 |
| Binary | 10011101 | 11010100 | 10001011 | 11010 | 0 | 100010 | 10001 | 1101001 | 101110 | 1000101 |
Color Harmonies of #9DD48B
Complementary color
Monochromatic Colors of #9DD48B
Black with #9DD48B
Text Example
Text Example
White with #9DD48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD48B; }
p { color: rgb(157,212,139); }
H1.HeaderClassName
{
color: #9DD48B;
}
.AnyTagClassName
{
color: #9DD48B;
}
</style>
background-color css
<style>
a { background-color: #9DD48B; }
a { background-color: rgb(157,212,139); }
div.DivClassName
{
background-color: #9DD48B;
}
.BgClassName
{
background-color: #9DD48B;
}
</style>
border-color css
<style>
span { border-color: #9DD48B; }
span { border-color: rgb(157,212,139); }
td.TdClassName
{
border-color: #9DD48B;
}
.TagClassName
{
border-color: #9DD48B;
}
</style>