Shades of Gossip #95D777
Tints of Gossip #95D777
RGB
CMYK
RGB Variations
Color information
#95D777 (or 0x95D777) is known color: Gossip. HEX triplet: 95, D7 and 77. RGB value is (149,215,119). Sum of RGB (Red+Green+Blue) = 149+215+119=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #95D777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D777 is #6A2888. Grayscale: #B8B8B8. Windows color (decimal): -6957193 or 7853973. OLE color: 7853973.
HSL color Cylindrical-coordinate representation of color #95D777: hue angle of 101.25º degrees, saturation: 0.55, 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 #95D777 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 215 | 119 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.16 |
| HSL | 101.25º | 0.55% | 0.65% | - |
| HSV(B) | 101.25º | 0.45% | 0.84% | - |
| XYZ | 40.02 | 56.32 | 26.21 | - |
| YUV | 184.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 215 | 119 | 0.31 | 0 | 0.45 | 0.16 | 101.25 | 0.55 | 0.65 |
| Hex | 95 | D7 | 77 | 1F | 0 | 2D | 10 | 65 | 37 | 41 |
| Octal | 225 | 327 | 167 | 37 | 0 | 55 | 20 | 145 | 67 | 101 |
| Binary | 10010101 | 11010111 | 1110111 | 11111 | 0 | 101101 | 10000 | 1100101 | 110111 | 1000001 |
Color Harmonies of #95D777
Complementary color
Monochromatic Colors of #95D777
Black with #95D777
Text Example
Text Example
White with #95D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D777; }
p { color: rgb(149,215,119); }
H1.HeaderClassName
{
color: #95D777;
}
.AnyTagClassName
{
color: #95D777;
}
</style>
background-color css
<style>
a { background-color: #95D777; }
a { background-color: rgb(149,215,119); }
div.DivClassName
{
background-color: #95D777;
}
.BgClassName
{
background-color: #95D777;
}
</style>
border-color css
<style>
span { border-color: #95D777; }
span { border-color: rgb(149,215,119); }
td.TdClassName
{
border-color: #95D777;
}
.TagClassName
{
border-color: #95D777;
}
</style>