Shades of Gossip #99D574
Tints of Gossip #99D574
RGB
CMYK
RGB Variations
Color information
#99D574 (or 0x99D574) is known color: Gossip. HEX triplet: 99, D5 and 74. RGB value is (153,213,116). Sum of RGB (Red+Green+Blue) = 153+213+116=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #99D574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D574 is #662A8B. Grayscale: #B8B8B8. Windows color (decimal): -6695564 or 7656857. OLE color: 7656857.
HSL color Cylindrical-coordinate representation of color #99D574: hue angle of 97.11º degrees, saturation: 0.54, 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 #99D574 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 116 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.16 |
| HSL | 97.11º | 0.54% | 0.65% | - |
| HSV(B) | 97.11º | 0.46% | 0.84% | - |
| XYZ | 40.08 | 55.62 | 25.15 | - |
| YUV | 184 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 116 | 0.28 | 0 | 0.46 | 0.16 | 97.11 | 0.54 | 0.65 |
| Hex | 99 | D5 | 74 | 1C | 0 | 2E | 10 | 61 | 36 | 41 |
| Octal | 231 | 325 | 164 | 34 | 0 | 56 | 20 | 141 | 66 | 101 |
| Binary | 10011001 | 11010101 | 1110100 | 11100 | 0 | 101110 | 10000 | 1100001 | 110110 | 1000001 |
Color Harmonies of #99D574
Complementary color
Monochromatic Colors of #99D574
Black with #99D574
Text Example
Text Example
White with #99D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D574; }
p { color: rgb(153,213,116); }
H1.HeaderClassName
{
color: #99D574;
}
.AnyTagClassName
{
color: #99D574;
}
</style>
background-color css
<style>
a { background-color: #99D574; }
a { background-color: rgb(153,213,116); }
div.DivClassName
{
background-color: #99D574;
}
.BgClassName
{
background-color: #99D574;
}
</style>
border-color css
<style>
span { border-color: #99D574; }
span { border-color: rgb(153,213,116); }
td.TdClassName
{
border-color: #99D574;
}
.TagClassName
{
border-color: #99D574;
}
</style>