Shades of Gossip #95D573
Tints of Gossip #95D573
RGB
CMYK
RGB Variations
Color information
#95D573 (or 0x95D573) is known color: Gossip. HEX triplet: 95, D5 and 73. RGB value is (149,213,115). Sum of RGB (Red+Green+Blue) = 149+213+115=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #95D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D573 is #6A2A8C. Grayscale: #B7B7B7. Windows color (decimal): -6957709 or 7591317. OLE color: 7591317.
HSL color Cylindrical-coordinate representation of color #95D573: hue angle of 99.18º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95D573 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 115 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.16 |
| HSL | 99.18º | 0.54% | 0.64% | - |
| HSV(B) | 99.18º | 0.46% | 0.84% | - |
| XYZ | 39.28 | 55.22 | 24.81 | - |
| YUV | 182.69 | 89.8 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 115 | 0.30 | 0 | 0.46 | 0.16 | 99.18 | 0.54 | 0.64 |
| Hex | 95 | D5 | 73 | 1E | 0 | 2E | 10 | 63 | 36 | 40 |
| Octal | 225 | 325 | 163 | 36 | 0 | 56 | 20 | 143 | 66 | 100 |
| Binary | 10010101 | 11010101 | 1110011 | 11110 | 0 | 101110 | 10000 | 1100011 | 110110 | 1000000 |
Color Harmonies of #95D573
Complementary color
Monochromatic Colors of #95D573
Black with #95D573
Text Example
Text Example
White with #95D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D573; }
p { color: rgb(149,213,115); }
H1.HeaderClassName
{
color: #95D573;
}
.AnyTagClassName
{
color: #95D573;
}
</style>
background-color css
<style>
a { background-color: #95D573; }
a { background-color: rgb(149,213,115); }
div.DivClassName
{
background-color: #95D573;
}
.BgClassName
{
background-color: #95D573;
}
</style>
border-color css
<style>
span { border-color: #95D573; }
span { border-color: rgb(149,213,115); }
td.TdClassName
{
border-color: #95D573;
}
.TagClassName
{
border-color: #95D573;
}
</style>