Shades of Gossip #99D774
Tints of Gossip #99D774
RGB
CMYK
RGB Variations
Color information
#99D774 (or 0x99D774) is known color: Gossip. HEX triplet: 99, D7 and 74. RGB value is (153,215,116). Sum of RGB (Red+Green+Blue) = 153+215+116=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #99D774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D774 is #66288B. Grayscale: #B9B9B9. Windows color (decimal): -6695052 or 7657369. OLE color: 7657369.
HSL color Cylindrical-coordinate representation of color #99D774: hue angle of 97.58º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99D774 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 116 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.16 |
| HSL | 97.58º | 0.55% | 0.65% | - |
| HSV(B) | 97.58º | 0.46% | 0.84% | - |
| XYZ | 40.59 | 56.63 | 25.32 | - |
| YUV | 185.18 | 88.96 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 116 | 0.29 | 0 | 0.46 | 0.16 | 97.58 | 0.55 | 0.65 |
| Hex | 99 | D7 | 74 | 1D | 0 | 2E | 10 | 62 | 37 | 41 |
| Octal | 231 | 327 | 164 | 35 | 0 | 56 | 20 | 142 | 67 | 101 |
| Binary | 10011001 | 11010111 | 1110100 | 11101 | 0 | 101110 | 10000 | 1100010 | 110111 | 1000001 |
Color Harmonies of #99D774
Complementary color
Monochromatic Colors of #99D774
Black with #99D774
Text Example
Text Example
White with #99D774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D774; }
p { color: rgb(153,215,116); }
H1.HeaderClassName
{
color: #99D774;
}
.AnyTagClassName
{
color: #99D774;
}
</style>
background-color css
<style>
a { background-color: #99D774; }
a { background-color: rgb(153,215,116); }
div.DivClassName
{
background-color: #99D774;
}
.BgClassName
{
background-color: #99D774;
}
</style>
border-color css
<style>
span { border-color: #99D774; }
span { border-color: rgb(153,215,116); }
td.TdClassName
{
border-color: #99D774;
}
.TagClassName
{
border-color: #99D774;
}
</style>