Shades of Gossip #95E47E
Tints of Gossip #95E47E
RGB
CMYK
RGB Variations
Color information
#95E47E (or 0x95E47E) is known color: Gossip. HEX triplet: 95, E4 and 7E. RGB value is (149,228,126). Sum of RGB (Red+Green+Blue) = 149+228+126=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #95E47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E47E is #6A1B81. Grayscale: #C1C1C1. Windows color (decimal): -6953858 or 8316053. OLE color: 8316053.
HSL color Cylindrical-coordinate representation of color #95E47E: hue angle of 106.47º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95E47E is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 126 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.11 |
| HSL | 106.47º | 0.65% | 0.69% | - |
| HSV(B) | 106.47º | 0.45% | 0.89% | - |
| XYZ | 43.9 | 63.38 | 29.66 | - |
| YUV | 192.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 126 | 0.35 | 0 | 0.45 | 0.11 | 106.47 | 0.65 | 0.69 |
| Hex | 95 | E4 | 7E | 23 | 0 | 2D | B | 6A | 41 | 45 |
| Octal | 225 | 344 | 176 | 43 | 0 | 55 | 13 | 152 | 101 | 105 |
| Binary | 10010101 | 11100100 | 1111110 | 100011 | 0 | 101101 | 1011 | 1101010 | 1000001 | 1000101 |
Color Harmonies of #95E47E
Complementary color
Monochromatic Colors of #95E47E
Black with #95E47E
Text Example
Text Example
White with #95E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E47E; }
p { color: rgb(149,228,126); }
H1.HeaderClassName
{
color: #95E47E;
}
.AnyTagClassName
{
color: #95E47E;
}
</style>
background-color css
<style>
a { background-color: #95E47E; }
a { background-color: rgb(149,228,126); }
div.DivClassName
{
background-color: #95E47E;
}
.BgClassName
{
background-color: #95E47E;
}
</style>
border-color css
<style>
span { border-color: #95E47E; }
span { border-color: rgb(149,228,126); }
td.TdClassName
{
border-color: #95E47E;
}
.TagClassName
{
border-color: #95E47E;
}
</style>