Shades of Gossip #99D778
Tints of Gossip #99D778
RGB
CMYK
RGB Variations
Color information
#99D778 (or 0x99D778) is known color: Gossip. HEX triplet: 99, D7 and 78. RGB value is (153,215,120). Sum of RGB (Red+Green+Blue) = 153+215+120=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #99D778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D778 is #662887. Grayscale: #B9B9B9. Windows color (decimal): -6695048 or 7919513. OLE color: 7919513.
HSL color Cylindrical-coordinate representation of color #99D778: hue angle of 99.16º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99D778 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 120 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.16 |
| HSL | 99.16º | 0.54% | 0.66% | - |
| HSV(B) | 99.16º | 0.44% | 0.84% | - |
| XYZ | 40.83 | 56.73 | 26.57 | - |
| YUV | 185.63 | 90.96 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 120 | 0.29 | 0 | 0.44 | 0.16 | 99.16 | 0.54 | 0.66 |
| Hex | 99 | D7 | 78 | 1D | 0 | 2C | 10 | 63 | 36 | 42 |
| Octal | 231 | 327 | 170 | 35 | 0 | 54 | 20 | 143 | 66 | 102 |
| Binary | 10011001 | 11010111 | 1111000 | 11101 | 0 | 101100 | 10000 | 1100011 | 110110 | 1000010 |
Color Harmonies of #99D778
Complementary color
Monochromatic Colors of #99D778
Black with #99D778
Text Example
Text Example
White with #99D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D778; }
p { color: rgb(153,215,120); }
H1.HeaderClassName
{
color: #99D778;
}
.AnyTagClassName
{
color: #99D778;
}
</style>
background-color css
<style>
a { background-color: #99D778; }
a { background-color: rgb(153,215,120); }
div.DivClassName
{
background-color: #99D778;
}
.BgClassName
{
background-color: #99D778;
}
</style>
border-color css
<style>
span { border-color: #99D778; }
span { border-color: rgb(153,215,120); }
td.TdClassName
{
border-color: #99D778;
}
.TagClassName
{
border-color: #99D778;
}
</style>