Shades of Gossip #95D980
Tints of Gossip #95D980
RGB
CMYK
RGB Variations
Color information
#95D980 (or 0x95D980) is known color: Gossip. HEX triplet: 95, D9 and 80. RGB value is (149,217,128). Sum of RGB (Red+Green+Blue) = 149+217+128=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #95D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D980 is #6A267F. Grayscale: #BABABA. Windows color (decimal): -6956672 or 8444309. OLE color: 8444309.
HSL color Cylindrical-coordinate representation of color #95D980: hue angle of 105.84º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95D980 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 128 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.15 |
| HSL | 105.84º | 0.54% | 0.68% | - |
| HSV(B) | 105.84º | 0.41% | 0.85% | - |
| XYZ | 41.1 | 57.57 | 29.37 | - |
| YUV | 186.52 | 94.97 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 128 | 0.31 | 0 | 0.41 | 0.15 | 105.84 | 0.54 | 0.68 |
| Hex | 95 | D9 | 80 | 1F | 0 | 29 | F | 6A | 36 | 44 |
| Octal | 225 | 331 | 200 | 37 | 0 | 51 | 17 | 152 | 66 | 104 |
| Binary | 10010101 | 11011001 | 10000000 | 11111 | 0 | 101001 | 1111 | 1101010 | 110110 | 1000100 |
Color Harmonies of #95D980
Complementary color
Monochromatic Colors of #95D980
Black with #95D980
Text Example
Text Example
White with #95D980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D980; }
p { color: rgb(149,217,128); }
H1.HeaderClassName
{
color: #95D980;
}
.AnyTagClassName
{
color: #95D980;
}
</style>
background-color css
<style>
a { background-color: #95D980; }
a { background-color: rgb(149,217,128); }
div.DivClassName
{
background-color: #95D980;
}
.BgClassName
{
background-color: #95D980;
}
</style>
border-color css
<style>
span { border-color: #95D980; }
span { border-color: rgb(149,217,128); }
td.TdClassName
{
border-color: #95D980;
}
.TagClassName
{
border-color: #95D980;
}
</style>