Shades of Gossip #95D575
Tints of Gossip #95D575
RGB
CMYK
RGB Variations
Color information
#95D575 (or 0x95D575) is known color: Gossip. HEX triplet: 95, D5 and 75. RGB value is (149,213,117). Sum of RGB (Red+Green+Blue) = 149+213+117=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #95D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D575 is #6A2A8A. Grayscale: #B7B7B7. Windows color (decimal): -6957707 or 7722389. OLE color: 7722389.
HSL color Cylindrical-coordinate representation of color #95D575: hue angle of 100º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95D575 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 117 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.16 |
| HSL | 100º | 0.53% | 0.65% | - |
| HSV(B) | 100º | 0.45% | 0.84% | - |
| XYZ | 39.4 | 55.26 | 25.42 | - |
| YUV | 182.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 117 | 0.30 | 0 | 0.45 | 0.16 | 100 | 0.53 | 0.65 |
| Hex | 95 | D5 | 75 | 1E | 0 | 2D | 10 | 64 | 35 | 41 |
| Octal | 225 | 325 | 165 | 36 | 0 | 55 | 20 | 144 | 65 | 101 |
| Binary | 10010101 | 11010101 | 1110101 | 11110 | 0 | 101101 | 10000 | 1100100 | 110101 | 1000001 |
Color Harmonies of #95D575
Complementary color
Monochromatic Colors of #95D575
Black with #95D575
Text Example
Text Example
White with #95D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D575; }
p { color: rgb(149,213,117); }
H1.HeaderClassName
{
color: #95D575;
}
.AnyTagClassName
{
color: #95D575;
}
</style>
background-color css
<style>
a { background-color: #95D575; }
a { background-color: rgb(149,213,117); }
div.DivClassName
{
background-color: #95D575;
}
.BgClassName
{
background-color: #95D575;
}
</style>
border-color css
<style>
span { border-color: #95D575; }
span { border-color: rgb(149,213,117); }
td.TdClassName
{
border-color: #95D575;
}
.TagClassName
{
border-color: #95D575;
}
</style>