Shades of Gossip #99D581
Tints of Gossip #99D581
RGB
CMYK
RGB Variations
Color information
#99D581 (or 0x99D581) is known color: Gossip. HEX triplet: 99, D5 and 81. RGB value is (153,213,129). Sum of RGB (Red+Green+Blue) = 153+213+129=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #99D581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D581 is #662A7E. Grayscale: #B9B9B9. Windows color (decimal): -6695551 or 8508825. OLE color: 8508825.
HSL color Cylindrical-coordinate representation of color #99D581: hue angle of 102.86º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D581 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 129 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.16 |
| HSL | 102.86º | 0.5% | 0.67% | - |
| HSV(B) | 102.86º | 0.39% | 0.84% | - |
| XYZ | 40.89 | 55.95 | 29.41 | - |
| YUV | 185.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 129 | 0.28 | 0 | 0.39 | 0.16 | 102.86 | 0.5 | 0.67 |
| Hex | 99 | D5 | 81 | 1C | 0 | 27 | 10 | 67 | 32 | 43 |
| Octal | 231 | 325 | 201 | 34 | 0 | 47 | 20 | 147 | 62 | 103 |
| Binary | 10011001 | 11010101 | 10000001 | 11100 | 0 | 100111 | 10000 | 1100111 | 110010 | 1000011 |
Color Harmonies of #99D581
Complementary color
Monochromatic Colors of #99D581
Black with #99D581
Text Example
Text Example
White with #99D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D581; }
p { color: rgb(153,213,129); }
H1.HeaderClassName
{
color: #99D581;
}
.AnyTagClassName
{
color: #99D581;
}
</style>
background-color css
<style>
a { background-color: #99D581; }
a { background-color: rgb(153,213,129); }
div.DivClassName
{
background-color: #99D581;
}
.BgClassName
{
background-color: #99D581;
}
</style>
border-color css
<style>
span { border-color: #99D581; }
span { border-color: rgb(153,213,129); }
td.TdClassName
{
border-color: #99D581;
}
.TagClassName
{
border-color: #99D581;
}
</style>