Shades of Gossip #95D271
Tints of Gossip #95D271
RGB
CMYK
RGB Variations
Color information
#95D271 (or 0x95D271) is known color: Gossip. HEX triplet: 95, D2 and 71. RGB value is (149,210,113). Sum of RGB (Red+Green+Blue) = 149+210+113=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #95D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D271 is #6A2D8E. Grayscale: #B5B5B5. Windows color (decimal): -6958479 or 7459477. OLE color: 7459477.
HSL color Cylindrical-coordinate representation of color #95D271: hue angle of 97.73º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95D271 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 113 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.18 |
| HSL | 97.73º | 0.52% | 0.63% | - |
| HSV(B) | 97.73º | 0.46% | 0.82% | - |
| XYZ | 38.42 | 53.68 | 23.96 | - |
| YUV | 180.7 | 89.79 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 113 | 0.29 | 0 | 0.46 | 0.18 | 97.73 | 0.52 | 0.63 |
| Hex | 95 | D2 | 71 | 1D | 0 | 2E | 12 | 62 | 34 | 3F |
| Octal | 225 | 322 | 161 | 35 | 0 | 56 | 22 | 142 | 64 | 77 |
| Binary | 10010101 | 11010010 | 1110001 | 11101 | 0 | 101110 | 10010 | 1100010 | 110100 | 111111 |
Color Harmonies of #95D271
Complementary color
Monochromatic Colors of #95D271
Black with #95D271
Text Example
Text Example
White with #95D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D271; }
p { color: rgb(149,210,113); }
H1.HeaderClassName
{
color: #95D271;
}
.AnyTagClassName
{
color: #95D271;
}
</style>
background-color css
<style>
a { background-color: #95D271; }
a { background-color: rgb(149,210,113); }
div.DivClassName
{
background-color: #95D271;
}
.BgClassName
{
background-color: #95D271;
}
</style>
border-color css
<style>
span { border-color: #95D271; }
span { border-color: rgb(149,210,113); }
td.TdClassName
{
border-color: #95D271;
}
.TagClassName
{
border-color: #95D271;
}
</style>