Shades of Gossip #9DDE7B
Tints of Gossip #9DDE7B
RGB
CMYK
RGB Variations
Color information
#9DDE7B (or 0x9DDE7B) is known color: Gossip. HEX triplet: 9D, DE and 7B. RGB value is (157,222,123). Sum of RGB (Red+Green+Blue) = 157+222+123=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE7B is #622184. Grayscale: #BFBFBF. Windows color (decimal): -6431109 or 8117917. OLE color: 8117917.
HSL color Cylindrical-coordinate representation of color #9DDE7B: hue angle of 99.39º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DDE7B is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 123 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.13 |
| HSL | 99.39º | 0.6% | 0.68% | - |
| HSV(B) | 99.39º | 0.45% | 0.87% | - |
| XYZ | 43.6 | 60.84 | 28.18 | - |
| YUV | 191.28 | 89.47 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 123 | 0.29 | 0 | 0.45 | 0.13 | 99.39 | 0.6 | 0.68 |
| Hex | 9D | DE | 7B | 1D | 0 | 2D | D | 63 | 3C | 44 |
| Octal | 235 | 336 | 173 | 35 | 0 | 55 | 15 | 143 | 74 | 104 |
| Binary | 10011101 | 11011110 | 1111011 | 11101 | 0 | 101101 | 1101 | 1100011 | 111100 | 1000100 |
Color Harmonies of #9DDE7B
Complementary color
Monochromatic Colors of #9DDE7B
Black with #9DDE7B
Text Example
Text Example
White with #9DDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE7B; }
p { color: rgb(157,222,123); }
H1.HeaderClassName
{
color: #9DDE7B;
}
.AnyTagClassName
{
color: #9DDE7B;
}
</style>
background-color css
<style>
a { background-color: #9DDE7B; }
a { background-color: rgb(157,222,123); }
div.DivClassName
{
background-color: #9DDE7B;
}
.BgClassName
{
background-color: #9DDE7B;
}
</style>
border-color css
<style>
span { border-color: #9DDE7B; }
span { border-color: rgb(157,222,123); }
td.TdClassName
{
border-color: #9DDE7B;
}
.TagClassName
{
border-color: #9DDE7B;
}
</style>