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