Shades of Gossip #95EC70
Tints of Gossip #95EC70
RGB
CMYK
RGB Variations
Color information
#95EC70 (or 0x95EC70) is known color: Gossip. HEX triplet: 95, EC and 70. RGB value is (149,236,112). Sum of RGB (Red+Green+Blue) = 149+236+112=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EC70 is #6A138F. Grayscale: #C4C4C4. Windows color (decimal): -6951824 or 7400597. OLE color: 7400597.
HSL color Cylindrical-coordinate representation of color #95EC70: hue angle of 102.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95EC70 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 112 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.07 |
| HSL | 102.1º | 0.77% | 0.68% | - |
| HSV(B) | 102.1º | 0.53% | 0.93% | - |
| XYZ | 45.31 | 67.55 | 25.98 | - |
| YUV | 195.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 112 | 0.37 | 0 | 0.53 | 0.07 | 102.1 | 0.77 | 0.68 |
| Hex | 95 | EC | 70 | 25 | 0 | 35 | 7 | 66 | 4D | 44 |
| Octal | 225 | 354 | 160 | 45 | 0 | 65 | 7 | 146 | 115 | 104 |
| Binary | 10010101 | 11101100 | 1110000 | 100101 | 0 | 110101 | 111 | 1100110 | 1001101 | 1000100 |
Color Harmonies of #95EC70
Complementary color
Monochromatic Colors of #95EC70
Black with #95EC70
Text Example
Text Example
White with #95EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC70; }
p { color: rgb(149,236,112); }
H1.HeaderClassName
{
color: #95EC70;
}
.AnyTagClassName
{
color: #95EC70;
}
</style>
background-color css
<style>
a { background-color: #95EC70; }
a { background-color: rgb(149,236,112); }
div.DivClassName
{
background-color: #95EC70;
}
.BgClassName
{
background-color: #95EC70;
}
</style>
border-color css
<style>
span { border-color: #95EC70; }
span { border-color: rgb(149,236,112); }
td.TdClassName
{
border-color: #95EC70;
}
.TagClassName
{
border-color: #95EC70;
}
</style>