Shades of Gossip #99D577
Tints of Gossip #99D577
RGB
CMYK
RGB Variations
Color information
#99D577 (or 0x99D577) is known color: Gossip. HEX triplet: 99, D5 and 77. RGB value is (153,213,119). Sum of RGB (Red+Green+Blue) = 153+213+119=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #99D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D577 is #662A88. Grayscale: #B8B8B8. Windows color (decimal): -6695561 or 7853465. OLE color: 7853465.
HSL color Cylindrical-coordinate representation of color #99D577: hue angle of 98.3º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99D577 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 119 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.16 |
| HSL | 98.3º | 0.53% | 0.65% | - |
| HSV(B) | 98.3º | 0.44% | 0.84% | - |
| XYZ | 40.26 | 55.69 | 26.08 | - |
| YUV | 184.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 119 | 0.28 | 0 | 0.44 | 0.16 | 98.3 | 0.53 | 0.65 |
| Hex | 99 | D5 | 77 | 1C | 0 | 2C | 10 | 62 | 35 | 41 |
| Octal | 231 | 325 | 167 | 34 | 0 | 54 | 20 | 142 | 65 | 101 |
| Binary | 10011001 | 11010101 | 1110111 | 11100 | 0 | 101100 | 10000 | 1100010 | 110101 | 1000001 |
Color Harmonies of #99D577
Complementary color
Monochromatic Colors of #99D577
Black with #99D577
Text Example
Text Example
White with #99D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D577; }
p { color: rgb(153,213,119); }
H1.HeaderClassName
{
color: #99D577;
}
.AnyTagClassName
{
color: #99D577;
}
</style>
background-color css
<style>
a { background-color: #99D577; }
a { background-color: rgb(153,213,119); }
div.DivClassName
{
background-color: #99D577;
}
.BgClassName
{
background-color: #99D577;
}
</style>
border-color css
<style>
span { border-color: #99D577; }
span { border-color: rgb(153,213,119); }
td.TdClassName
{
border-color: #99D577;
}
.TagClassName
{
border-color: #99D577;
}
</style>