Shades of Gossip #95C781
Tints of Gossip #95C781
RGB
CMYK
RGB Variations
Color information
#95C781 (or 0x95C781) is known color: Gossip. HEX triplet: 95, C7 and 81. RGB value is (149,199,129). Sum of RGB (Red+Green+Blue) = 149+199+129=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #95C781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C781 is #6A387E. Grayscale: #B0B0B0. Windows color (decimal): -6961279 or 8505237. OLE color: 8505237.
HSL color Cylindrical-coordinate representation of color #95C781: hue angle of 102.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95C781 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 199 | 129 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.22 |
| HSL | 102.86º | 0.38% | 0.64% | - |
| HSV(B) | 102.86º | 0.35% | 0.78% | - |
| XYZ | 36.78 | 48.82 | 28.25 | - |
| YUV | 176.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 129 | 0.25 | 0 | 0.35 | 0.22 | 102.86 | 0.38 | 0.64 |
| Hex | 95 | C7 | 81 | 19 | 0 | 23 | 16 | 67 | 26 | 40 |
| Octal | 225 | 307 | 201 | 31 | 0 | 43 | 26 | 147 | 46 | 100 |
| Binary | 10010101 | 11000111 | 10000001 | 11001 | 0 | 100011 | 10110 | 1100111 | 100110 | 1000000 |
Color Harmonies of #95C781
Complementary color
Monochromatic Colors of #95C781
Black with #95C781
Text Example
Text Example
White with #95C781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C781; }
p { color: rgb(149,199,129); }
H1.HeaderClassName
{
color: #95C781;
}
.AnyTagClassName
{
color: #95C781;
}
</style>
background-color css
<style>
a { background-color: #95C781; }
a { background-color: rgb(149,199,129); }
div.DivClassName
{
background-color: #95C781;
}
.BgClassName
{
background-color: #95C781;
}
</style>
border-color css
<style>
span { border-color: #95C781; }
span { border-color: rgb(149,199,129); }
td.TdClassName
{
border-color: #95C781;
}
.TagClassName
{
border-color: #95C781;
}
</style>