Shades of Gossip #99D985
Tints of Gossip #99D985
RGB
CMYK
RGB Variations
Color information
#99D985 (or 0x99D985) is known color: Gossip. HEX triplet: 99, D9 and 85. RGB value is (153,217,133). Sum of RGB (Red+Green+Blue) = 153+217+133=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #99D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D985 is #66267A. Grayscale: #BCBCBC. Windows color (decimal): -6694523 or 8771993. OLE color: 8771993.
HSL color Cylindrical-coordinate representation of color #99D985: hue angle of 105.71º degrees, saturation: 0.52, 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 #99D985 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 133 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.15 |
| HSL | 105.71º | 0.53% | 0.69% | - |
| HSV(B) | 105.71º | 0.39% | 0.85% | - |
| XYZ | 42.18 | 58.09 | 31.18 | - |
| YUV | 188.29 | 96.8 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 133 | 0.29 | 0 | 0.39 | 0.15 | 105.71 | 0.53 | 0.69 |
| Hex | 99 | D9 | 85 | 1D | 0 | 27 | F | 6A | 34 | 45 |
| Octal | 231 | 331 | 205 | 35 | 0 | 47 | 17 | 152 | 64 | 105 |
| Binary | 10011001 | 11011001 | 10000101 | 11101 | 0 | 100111 | 1111 | 1101010 | 110100 | 1000101 |
Color Harmonies of #99D985
Complementary color
Monochromatic Colors of #99D985
Black with #99D985
Text Example
Text Example
White with #99D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D985; }
p { color: rgb(153,217,133); }
H1.HeaderClassName
{
color: #99D985;
}
.AnyTagClassName
{
color: #99D985;
}
</style>
background-color css
<style>
a { background-color: #99D985; }
a { background-color: rgb(153,217,133); }
div.DivClassName
{
background-color: #99D985;
}
.BgClassName
{
background-color: #99D985;
}
</style>
border-color css
<style>
span { border-color: #99D985; }
span { border-color: rgb(153,217,133); }
td.TdClassName
{
border-color: #99D985;
}
.TagClassName
{
border-color: #99D985;
}
</style>