Shades of Gossip #99D477
Tints of Gossip #99D477
RGB
CMYK
RGB Variations
Color information
#99D477 (or 0x99D477) is known color: Gossip. HEX triplet: 99, D4 and 77. RGB value is (153,212,119). Sum of RGB (Red+Green+Blue) = 153+212+119=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #99D477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D477 is #662B88. Grayscale: #B8B8B8. Windows color (decimal): -6695817 or 7853209. OLE color: 7853209.
HSL color Cylindrical-coordinate representation of color #99D477: hue angle of 98.06º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99D477 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 119 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.17 |
| HSL | 98.06º | 0.52% | 0.65% | - |
| HSV(B) | 98.06º | 0.44% | 0.83% | - |
| XYZ | 40.01 | 55.19 | 26 | - |
| YUV | 183.76 | 91.45 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 119 | 0.28 | 0 | 0.44 | 0.17 | 98.06 | 0.52 | 0.65 |
| Hex | 99 | D4 | 77 | 1C | 0 | 2C | 11 | 62 | 34 | 41 |
| Octal | 231 | 324 | 167 | 34 | 0 | 54 | 21 | 142 | 64 | 101 |
| Binary | 10011001 | 11010100 | 1110111 | 11100 | 0 | 101100 | 10001 | 1100010 | 110100 | 1000001 |
Color Harmonies of #99D477
Complementary color
Monochromatic Colors of #99D477
Black with #99D477
Text Example
Text Example
White with #99D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D477; }
p { color: rgb(153,212,119); }
H1.HeaderClassName
{
color: #99D477;
}
.AnyTagClassName
{
color: #99D477;
}
</style>
background-color css
<style>
a { background-color: #99D477; }
a { background-color: rgb(153,212,119); }
div.DivClassName
{
background-color: #99D477;
}
.BgClassName
{
background-color: #99D477;
}
</style>
border-color css
<style>
span { border-color: #99D477; }
span { border-color: rgb(153,212,119); }
td.TdClassName
{
border-color: #99D477;
}
.TagClassName
{
border-color: #99D477;
}
</style>