Shades of Gossip #95D270
Tints of Gossip #95D270
RGB
CMYK
RGB Variations
Color information
#95D270 (or 0x95D270) is known color: Gossip. HEX triplet: 95, D2 and 70. RGB value is (149,210,112). Sum of RGB (Red+Green+Blue) = 149+210+112=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #95D270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D270 is #6A2D8F. Grayscale: #B4B4B4. Windows color (decimal): -6958480 or 7393941. OLE color: 7393941.
HSL color Cylindrical-coordinate representation of color #95D270: hue angle of 97.35º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95D270 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 112 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.18 |
| HSL | 97.35º | 0.52% | 0.63% | - |
| HSV(B) | 97.35º | 0.47% | 0.82% | - |
| XYZ | 38.37 | 53.65 | 23.66 | - |
| YUV | 180.59 | 89.29 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 112 | 0.29 | 0 | 0.47 | 0.18 | 97.35 | 0.52 | 0.63 |
| Hex | 95 | D2 | 70 | 1D | 0 | 2F | 12 | 61 | 34 | 3F |
| Octal | 225 | 322 | 160 | 35 | 0 | 57 | 22 | 141 | 64 | 77 |
| Binary | 10010101 | 11010010 | 1110000 | 11101 | 0 | 101111 | 10010 | 1100001 | 110100 | 111111 |
Color Harmonies of #95D270
Complementary color
Monochromatic Colors of #95D270
Black with #95D270
Text Example
Text Example
White with #95D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D270; }
p { color: rgb(149,210,112); }
H1.HeaderClassName
{
color: #95D270;
}
.AnyTagClassName
{
color: #95D270;
}
</style>
background-color css
<style>
a { background-color: #95D270; }
a { background-color: rgb(149,210,112); }
div.DivClassName
{
background-color: #95D270;
}
.BgClassName
{
background-color: #95D270;
}
</style>
border-color css
<style>
span { border-color: #95D270; }
span { border-color: rgb(149,210,112); }
td.TdClassName
{
border-color: #95D270;
}
.TagClassName
{
border-color: #95D270;
}
</style>