Shades of Gossip #95E47C
Tints of Gossip #95E47C
RGB
CMYK
RGB Variations
Color information
#95E47C (or 0x95E47C) is known color: Gossip. HEX triplet: 95, E4 and 7C. RGB value is (149,228,124). Sum of RGB (Red+Green+Blue) = 149+228+124=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #95E47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E47C is #6A1B83. Grayscale: #C0C0C0. Windows color (decimal): -6953860 or 8184981. OLE color: 8184981.
HSL color Cylindrical-coordinate representation of color #95E47C: hue angle of 105.58º 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 #95E47C is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 124 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.11 |
| HSL | 105.58º | 0.66% | 0.69% | - |
| HSV(B) | 105.58º | 0.46% | 0.89% | - |
| XYZ | 43.78 | 63.33 | 28.99 | - |
| YUV | 192.52 | 89.33 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 124 | 0.35 | 0 | 0.46 | 0.11 | 105.58 | 0.66 | 0.69 |
| Hex | 95 | E4 | 7C | 23 | 0 | 2E | B | 6A | 42 | 45 |
| Octal | 225 | 344 | 174 | 43 | 0 | 56 | 13 | 152 | 102 | 105 |
| Binary | 10010101 | 11100100 | 1111100 | 100011 | 0 | 101110 | 1011 | 1101010 | 1000010 | 1000101 |
Color Harmonies of #95E47C
Complementary color
Monochromatic Colors of #95E47C
Black with #95E47C
Text Example
Text Example
White with #95E47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E47C; }
p { color: rgb(149,228,124); }
H1.HeaderClassName
{
color: #95E47C;
}
.AnyTagClassName
{
color: #95E47C;
}
</style>
background-color css
<style>
a { background-color: #95E47C; }
a { background-color: rgb(149,228,124); }
div.DivClassName
{
background-color: #95E47C;
}
.BgClassName
{
background-color: #95E47C;
}
</style>
border-color css
<style>
span { border-color: #95E47C; }
span { border-color: rgb(149,228,124); }
td.TdClassName
{
border-color: #95E47C;
}
.TagClassName
{
border-color: #95E47C;
}
</style>