Shades of Gossip #95EC6D
Tints of Gossip #95EC6D
RGB
CMYK
RGB Variations
Color information
#95EC6D (or 0x95EC6D) is known color: Gossip. HEX triplet: 95, EC and 6D. RGB value is (149,236,109). Sum of RGB (Red+Green+Blue) = 149+236+109=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EC6D is #6A1392. Grayscale: #C3C3C3. Windows color (decimal): -6951827 or 7203989. OLE color: 7203989.
HSL color Cylindrical-coordinate representation of color #95EC6D: hue angle of 101.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95EC6D is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 109 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.07 |
| HSL | 101.1º | 0.77% | 0.68% | - |
| HSV(B) | 101.1º | 0.54% | 0.93% | - |
| XYZ | 45.15 | 67.48 | 25.11 | - |
| YUV | 195.51 | 79.18 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 109 | 0.37 | 0 | 0.54 | 0.07 | 101.1 | 0.77 | 0.68 |
| Hex | 95 | EC | 6D | 25 | 0 | 36 | 7 | 65 | 4D | 44 |
| Octal | 225 | 354 | 155 | 45 | 0 | 66 | 7 | 145 | 115 | 104 |
| Binary | 10010101 | 11101100 | 1101101 | 100101 | 0 | 110110 | 111 | 1100101 | 1001101 | 1000100 |
Color Harmonies of #95EC6D
Complementary color
Monochromatic Colors of #95EC6D
Black with #95EC6D
Text Example
Text Example
White with #95EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC6D; }
p { color: rgb(149,236,109); }
H1.HeaderClassName
{
color: #95EC6D;
}
.AnyTagClassName
{
color: #95EC6D;
}
</style>
background-color css
<style>
a { background-color: #95EC6D; }
a { background-color: rgb(149,236,109); }
div.DivClassName
{
background-color: #95EC6D;
}
.BgClassName
{
background-color: #95EC6D;
}
</style>
border-color css
<style>
span { border-color: #95EC6D; }
span { border-color: rgb(149,236,109); }
td.TdClassName
{
border-color: #95EC6D;
}
.TagClassName
{
border-color: #95EC6D;
}
</style>