Shades of Gossip #95D880
Tints of Gossip #95D880
RGB
CMYK
RGB Variations
Color information
#95D880 (or 0x95D880) is known color: Gossip. HEX triplet: 95, D8 and 80. RGB value is (149,216,128). Sum of RGB (Red+Green+Blue) = 149+216+128=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #95D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D880 is #6A277F. Grayscale: #BABABA. Windows color (decimal): -6956928 or 8444053. OLE color: 8444053.
HSL color Cylindrical-coordinate representation of color #95D880: hue angle of 105.68º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95D880 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 216 | 128 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.15 |
| HSL | 105.68º | 0.53% | 0.67% | - |
| HSV(B) | 105.68º | 0.41% | 0.85% | - |
| XYZ | 40.85 | 57.06 | 29.28 | - |
| YUV | 185.94 | 95.3 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 216 | 128 | 0.31 | 0 | 0.41 | 0.15 | 105.68 | 0.53 | 0.67 |
| Hex | 95 | D8 | 80 | 1F | 0 | 29 | F | 6A | 35 | 43 |
| Octal | 225 | 330 | 200 | 37 | 0 | 51 | 17 | 152 | 65 | 103 |
| Binary | 10010101 | 11011000 | 10000000 | 11111 | 0 | 101001 | 1111 | 1101010 | 110101 | 1000011 |
Color Harmonies of #95D880
Complementary color
Monochromatic Colors of #95D880
Black with #95D880
Text Example
Text Example
White with #95D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D880; }
p { color: rgb(149,216,128); }
H1.HeaderClassName
{
color: #95D880;
}
.AnyTagClassName
{
color: #95D880;
}
</style>
background-color css
<style>
a { background-color: #95D880; }
a { background-color: rgb(149,216,128); }
div.DivClassName
{
background-color: #95D880;
}
.BgClassName
{
background-color: #95D880;
}
</style>
border-color css
<style>
span { border-color: #95D880; }
span { border-color: rgb(149,216,128); }
td.TdClassName
{
border-color: #95D880;
}
.TagClassName
{
border-color: #95D880;
}
</style>