Shades of Gossip #9DD58B
Tints of Gossip #9DD58B
RGB
CMYK
RGB Variations
Color information
#9DD58B (or 0x9DD58B) is known color: Gossip. HEX triplet: 9D, D5 and 8B. RGB value is (157,213,139). Sum of RGB (Red+Green+Blue) = 157+213+139=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD58B is #622A74. Grayscale: #BCBCBC. Windows color (decimal): -6433397 or 9164189. OLE color: 9164189.
HSL color Cylindrical-coordinate representation of color #9DD58B: hue angle of 105.41º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DD58B is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 139 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.16 |
| HSL | 105.41º | 0.47% | 0.69% | - |
| HSV(B) | 105.41º | 0.35% | 0.84% | - |
| XYZ | 42.36 | 56.62 | 33.12 | - |
| YUV | 187.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 139 | 0.26 | 0 | 0.35 | 0.16 | 105.41 | 0.47 | 0.69 |
| Hex | 9D | D5 | 8B | 1A | 0 | 23 | 10 | 69 | 2F | 45 |
| Octal | 235 | 325 | 213 | 32 | 0 | 43 | 20 | 151 | 57 | 105 |
| Binary | 10011101 | 11010101 | 10001011 | 11010 | 0 | 100011 | 10000 | 1101001 | 101111 | 1000101 |
Color Harmonies of #9DD58B
Complementary color
Monochromatic Colors of #9DD58B
Black with #9DD58B
Text Example
Text Example
White with #9DD58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD58B; }
p { color: rgb(157,213,139); }
H1.HeaderClassName
{
color: #9DD58B;
}
.AnyTagClassName
{
color: #9DD58B;
}
</style>
background-color css
<style>
a { background-color: #9DD58B; }
a { background-color: rgb(157,213,139); }
div.DivClassName
{
background-color: #9DD58B;
}
.BgClassName
{
background-color: #9DD58B;
}
</style>
border-color css
<style>
span { border-color: #9DD58B; }
span { border-color: rgb(157,213,139); }
td.TdClassName
{
border-color: #9DD58B;
}
.TagClassName
{
border-color: #9DD58B;
}
</style>