Shades of Gossip #95EC73
Tints of Gossip #95EC73
RGB
CMYK
RGB Variations
Color information
#95EC73 (or 0x95EC73) is known color: Gossip. HEX triplet: 95, EC and 73. RGB value is (149,236,115). Sum of RGB (Red+Green+Blue) = 149+236+115=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EC73 is #6A138C. Grayscale: #C4C4C4. Windows color (decimal): -6951821 or 7597205. OLE color: 7597205.
HSL color Cylindrical-coordinate representation of color #95EC73: hue angle of 103.14º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95EC73 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 115 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.07 |
| HSL | 103.14º | 0.76% | 0.69% | - |
| HSV(B) | 103.14º | 0.51% | 0.93% | - |
| XYZ | 45.48 | 67.62 | 26.87 | - |
| YUV | 196.19 | 82.18 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 115 | 0.37 | 0 | 0.51 | 0.07 | 103.14 | 0.76 | 0.69 |
| Hex | 95 | EC | 73 | 25 | 0 | 33 | 7 | 67 | 4C | 45 |
| Octal | 225 | 354 | 163 | 45 | 0 | 63 | 7 | 147 | 114 | 105 |
| Binary | 10010101 | 11101100 | 1110011 | 100101 | 0 | 110011 | 111 | 1100111 | 1001100 | 1000101 |
Color Harmonies of #95EC73
Complementary color
Monochromatic Colors of #95EC73
Black with #95EC73
Text Example
Text Example
White with #95EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC73; }
p { color: rgb(149,236,115); }
H1.HeaderClassName
{
color: #95EC73;
}
.AnyTagClassName
{
color: #95EC73;
}
</style>
background-color css
<style>
a { background-color: #95EC73; }
a { background-color: rgb(149,236,115); }
div.DivClassName
{
background-color: #95EC73;
}
.BgClassName
{
background-color: #95EC73;
}
</style>
border-color css
<style>
span { border-color: #95EC73; }
span { border-color: rgb(149,236,115); }
td.TdClassName
{
border-color: #95EC73;
}
.TagClassName
{
border-color: #95EC73;
}
</style>