Shades of Gossip #95CE7A
Tints of Gossip #95CE7A
RGB
CMYK
RGB Variations
Color information
#95CE7A (or 0x95CE7A) is known color: Gossip. HEX triplet: 95, CE and 7A. RGB value is (149,206,122). Sum of RGB (Red+Green+Blue) = 149+206+122=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE7A is #6A3185. Grayscale: #B3B3B3. Windows color (decimal): -6959494 or 8048277. OLE color: 8048277.
HSL color Cylindrical-coordinate representation of color #95CE7A: hue angle of 100.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95CE7A is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 122 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.19 |
| HSL | 100.71º | 0.46% | 0.64% | - |
| HSV(B) | 100.71º | 0.41% | 0.81% | - |
| XYZ | 37.98 | 51.94 | 26.44 | - |
| YUV | 179.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 122 | 0.28 | 0 | 0.41 | 0.19 | 100.71 | 0.46 | 0.64 |
| Hex | 95 | CE | 7A | 1C | 0 | 29 | 13 | 65 | 2E | 40 |
| Octal | 225 | 316 | 172 | 34 | 0 | 51 | 23 | 145 | 56 | 100 |
| Binary | 10010101 | 11001110 | 1111010 | 11100 | 0 | 101001 | 10011 | 1100101 | 101110 | 1000000 |
Color Harmonies of #95CE7A
Complementary color
Monochromatic Colors of #95CE7A
Black with #95CE7A
Text Example
Text Example
White with #95CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE7A; }
p { color: rgb(149,206,122); }
H1.HeaderClassName
{
color: #95CE7A;
}
.AnyTagClassName
{
color: #95CE7A;
}
</style>
background-color css
<style>
a { background-color: #95CE7A; }
a { background-color: rgb(149,206,122); }
div.DivClassName
{
background-color: #95CE7A;
}
.BgClassName
{
background-color: #95CE7A;
}
</style>
border-color css
<style>
span { border-color: #95CE7A; }
span { border-color: rgb(149,206,122); }
td.TdClassName
{
border-color: #95CE7A;
}
.TagClassName
{
border-color: #95CE7A;
}
</style>