Shades of Gossip #95D273
Tints of Gossip #95D273
RGB
CMYK
RGB Variations
Color information
#95D273 (or 0x95D273) is known color: Gossip. HEX triplet: 95, D2 and 73. RGB value is (149,210,115). Sum of RGB (Red+Green+Blue) = 149+210+115=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #95D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D273 is #6A2D8C. Grayscale: #B5B5B5. Windows color (decimal): -6958477 or 7590549. OLE color: 7590549.
HSL color Cylindrical-coordinate representation of color #95D273: hue angle of 98.53º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95D273 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 115 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.18 |
| HSL | 98.53º | 0.51% | 0.64% | - |
| HSV(B) | 98.53º | 0.45% | 0.82% | - |
| XYZ | 38.54 | 53.72 | 24.56 | - |
| YUV | 180.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 115 | 0.29 | 0 | 0.45 | 0.18 | 98.53 | 0.51 | 0.64 |
| Hex | 95 | D2 | 73 | 1D | 0 | 2D | 12 | 63 | 33 | 40 |
| Octal | 225 | 322 | 163 | 35 | 0 | 55 | 22 | 143 | 63 | 100 |
| Binary | 10010101 | 11010010 | 1110011 | 11101 | 0 | 101101 | 10010 | 1100011 | 110011 | 1000000 |
Color Harmonies of #95D273
Complementary color
Monochromatic Colors of #95D273
Black with #95D273
Text Example
Text Example
White with #95D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D273; }
p { color: rgb(149,210,115); }
H1.HeaderClassName
{
color: #95D273;
}
.AnyTagClassName
{
color: #95D273;
}
</style>
background-color css
<style>
a { background-color: #95D273; }
a { background-color: rgb(149,210,115); }
div.DivClassName
{
background-color: #95D273;
}
.BgClassName
{
background-color: #95D273;
}
</style>
border-color css
<style>
span { border-color: #95D273; }
span { border-color: rgb(149,210,115); }
td.TdClassName
{
border-color: #95D273;
}
.TagClassName
{
border-color: #95D273;
}
</style>