Shades of Gossip #95D287
Tints of Gossip #95D287
RGB
CMYK
RGB Variations
Color information
#95D287 (or 0x95D287) is known color: Gossip. HEX triplet: 95, D2 and 87. RGB value is (149,210,135). Sum of RGB (Red+Green+Blue) = 149+210+135=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #95D287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D287 is #6A2D78. Grayscale: #B7B7B7. Windows color (decimal): -6958457 or 8901269. OLE color: 8901269.
HSL color Cylindrical-coordinate representation of color #95D287: hue angle of 108.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95D287 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 135 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.18 |
| HSL | 108.8º | 0.45% | 0.68% | - |
| HSV(B) | 108.8º | 0.36% | 0.82% | - |
| XYZ | 39.81 | 54.23 | 31.29 | - |
| YUV | 183.21 | 100.79 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 135 | 0.29 | 0 | 0.36 | 0.18 | 108.8 | 0.45 | 0.68 |
| Hex | 95 | D2 | 87 | 1D | 0 | 24 | 12 | 6D | 2D | 44 |
| Octal | 225 | 322 | 207 | 35 | 0 | 44 | 22 | 155 | 55 | 104 |
| Binary | 10010101 | 11010010 | 10000111 | 11101 | 0 | 100100 | 10010 | 1101101 | 101101 | 1000100 |
Color Harmonies of #95D287
Complementary color
Monochromatic Colors of #95D287
Black with #95D287
Text Example
Text Example
White with #95D287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D287; }
p { color: rgb(149,210,135); }
H1.HeaderClassName
{
color: #95D287;
}
.AnyTagClassName
{
color: #95D287;
}
</style>
background-color css
<style>
a { background-color: #95D287; }
a { background-color: rgb(149,210,135); }
div.DivClassName
{
background-color: #95D287;
}
.BgClassName
{
background-color: #95D287;
}
</style>
border-color css
<style>
span { border-color: #95D287; }
span { border-color: rgb(149,210,135); }
td.TdClassName
{
border-color: #95D287;
}
.TagClassName
{
border-color: #95D287;
}
</style>