Shades of Gossip #95C87F
Tints of Gossip #95C87F
RGB
CMYK
RGB Variations
Color information
#95C87F (or 0x95C87F) is known color: Gossip. HEX triplet: 95, C8 and 7F. RGB value is (149,200,127). Sum of RGB (Red+Green+Blue) = 149+200+127=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #95C87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C87F is #6A3780. Grayscale: #B0B0B0. Windows color (decimal): -6961025 or 8374421. OLE color: 8374421.
HSL color Cylindrical-coordinate representation of color #95C87F: hue angle of 101.92º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95C87F is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 200 | 127 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.22 |
| HSL | 101.92º | 0.4% | 0.64% | - |
| HSV(B) | 101.92º | 0.37% | 0.78% | - |
| XYZ | 36.88 | 49.23 | 27.64 | - |
| YUV | 176.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 200 | 127 | 0.26 | 0 | 0.36 | 0.22 | 101.92 | 0.4 | 0.64 |
| Hex | 95 | C8 | 7F | 1A | 0 | 24 | 16 | 66 | 28 | 40 |
| Octal | 225 | 310 | 177 | 32 | 0 | 44 | 26 | 146 | 50 | 100 |
| Binary | 10010101 | 11001000 | 1111111 | 11010 | 0 | 100100 | 10110 | 1100110 | 101000 | 1000000 |
Color Harmonies of #95C87F
Complementary color
Monochromatic Colors of #95C87F
Black with #95C87F
Text Example
Text Example
White with #95C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C87F; }
p { color: rgb(149,200,127); }
H1.HeaderClassName
{
color: #95C87F;
}
.AnyTagClassName
{
color: #95C87F;
}
</style>
background-color css
<style>
a { background-color: #95C87F; }
a { background-color: rgb(149,200,127); }
div.DivClassName
{
background-color: #95C87F;
}
.BgClassName
{
background-color: #95C87F;
}
</style>
border-color css
<style>
span { border-color: #95C87F; }
span { border-color: rgb(149,200,127); }
td.TdClassName
{
border-color: #95C87F;
}
.TagClassName
{
border-color: #95C87F;
}
</style>