Shades of Gossip #95D978
Tints of Gossip #95D978
RGB
CMYK
RGB Variations
Color information
#95D978 (or 0x95D978) is known color: Gossip. HEX triplet: 95, D9 and 78. RGB value is (149,217,120). Sum of RGB (Red+Green+Blue) = 149+217+120=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #95D978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D978 is #6A2687. Grayscale: #B9B9B9. Windows color (decimal): -6956680 or 7920021. OLE color: 7920021.
HSL color Cylindrical-coordinate representation of color #95D978: hue angle of 102.06º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95D978 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 120 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.15 |
| HSL | 102.06º | 0.56% | 0.66% | - |
| HSV(B) | 102.06º | 0.45% | 0.85% | - |
| XYZ | 40.6 | 57.37 | 26.7 | - |
| YUV | 185.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 120 | 0.31 | 0 | 0.45 | 0.15 | 102.06 | 0.56 | 0.66 |
| Hex | 95 | D9 | 78 | 1F | 0 | 2D | F | 66 | 38 | 42 |
| Octal | 225 | 331 | 170 | 37 | 0 | 55 | 17 | 146 | 70 | 102 |
| Binary | 10010101 | 11011001 | 1111000 | 11111 | 0 | 101101 | 1111 | 1100110 | 111000 | 1000010 |
Color Harmonies of #95D978
Complementary color
Monochromatic Colors of #95D978
Black with #95D978
Text Example
Text Example
White with #95D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D978; }
p { color: rgb(149,217,120); }
H1.HeaderClassName
{
color: #95D978;
}
.AnyTagClassName
{
color: #95D978;
}
</style>
background-color css
<style>
a { background-color: #95D978; }
a { background-color: rgb(149,217,120); }
div.DivClassName
{
background-color: #95D978;
}
.BgClassName
{
background-color: #95D978;
}
</style>
border-color css
<style>
span { border-color: #95D978; }
span { border-color: rgb(149,217,120); }
td.TdClassName
{
border-color: #95D978;
}
.TagClassName
{
border-color: #95D978;
}
</style>