Shades of Gossip #9DDA85
Tints of Gossip #9DDA85
RGB
CMYK
RGB Variations
Color information
#9DDA85 (or 0x9DDA85) is known color: Gossip. HEX triplet: 9D, DA and 85. RGB value is (157,218,133). Sum of RGB (Red+Green+Blue) = 157+218+133=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA85 is #62257A. Grayscale: #BEBEBE. Windows color (decimal): -6432123 or 8772253. OLE color: 8772253.
HSL color Cylindrical-coordinate representation of color #9DDA85: hue angle of 103.06º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DDA85 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 133 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.15 |
| HSL | 103.06º | 0.53% | 0.69% | - |
| HSV(B) | 103.06º | 0.39% | 0.85% | - |
| XYZ | 43.21 | 59 | 31.3 | - |
| YUV | 190.07 | 95.79 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 133 | 0.28 | 0 | 0.39 | 0.15 | 103.06 | 0.53 | 0.69 |
| Hex | 9D | DA | 85 | 1C | 0 | 27 | F | 67 | 35 | 45 |
| Octal | 235 | 332 | 205 | 34 | 0 | 47 | 17 | 147 | 65 | 105 |
| Binary | 10011101 | 11011010 | 10000101 | 11100 | 0 | 100111 | 1111 | 1100111 | 110101 | 1000101 |
Color Harmonies of #9DDA85
Complementary color
Monochromatic Colors of #9DDA85
Black with #9DDA85
Text Example
Text Example
White with #9DDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA85; }
p { color: rgb(157,218,133); }
H1.HeaderClassName
{
color: #9DDA85;
}
.AnyTagClassName
{
color: #9DDA85;
}
</style>
background-color css
<style>
a { background-color: #9DDA85; }
a { background-color: rgb(157,218,133); }
div.DivClassName
{
background-color: #9DDA85;
}
.BgClassName
{
background-color: #9DDA85;
}
</style>
border-color css
<style>
span { border-color: #9DDA85; }
span { border-color: rgb(157,218,133); }
td.TdClassName
{
border-color: #9DDA85;
}
.TagClassName
{
border-color: #9DDA85;
}
</style>