Shades of Gossip #95E47A
Tints of Gossip #95E47A
RGB
CMYK
RGB Variations
Color information
#95E47A (or 0x95E47A) is known color: Gossip. HEX triplet: 95, E4 and 7A. RGB value is (149,228,122). Sum of RGB (Red+Green+Blue) = 149+228+122=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #95E47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E47A is #6A1B85. Grayscale: #C0C0C0. Windows color (decimal): -6953862 or 8053909. OLE color: 8053909.
HSL color Cylindrical-coordinate representation of color #95E47A: hue angle of 104.72º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95E47A is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 122 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.11 |
| HSL | 104.72º | 0.66% | 0.69% | - |
| HSV(B) | 104.72º | 0.46% | 0.89% | - |
| XYZ | 43.65 | 63.28 | 28.33 | - |
| YUV | 192.3 | 88.33 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 122 | 0.35 | 0 | 0.46 | 0.11 | 104.72 | 0.66 | 0.69 |
| Hex | 95 | E4 | 7A | 23 | 0 | 2E | B | 69 | 42 | 45 |
| Octal | 225 | 344 | 172 | 43 | 0 | 56 | 13 | 151 | 102 | 105 |
| Binary | 10010101 | 11100100 | 1111010 | 100011 | 0 | 101110 | 1011 | 1101001 | 1000010 | 1000101 |
Color Harmonies of #95E47A
Complementary color
Monochromatic Colors of #95E47A
Black with #95E47A
Text Example
Text Example
White with #95E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E47A; }
p { color: rgb(149,228,122); }
H1.HeaderClassName
{
color: #95E47A;
}
.AnyTagClassName
{
color: #95E47A;
}
</style>
background-color css
<style>
a { background-color: #95E47A; }
a { background-color: rgb(149,228,122); }
div.DivClassName
{
background-color: #95E47A;
}
.BgClassName
{
background-color: #95E47A;
}
</style>
border-color css
<style>
span { border-color: #95E47A; }
span { border-color: rgb(149,228,122); }
td.TdClassName
{
border-color: #95E47A;
}
.TagClassName
{
border-color: #95E47A;
}
</style>