Shades of Gossip #94E57E
Tints of Gossip #94E57E
RGB
CMYK
RGB Variations
Color information
#94E57E (or 0x94E57E) is known color: Gossip. HEX triplet: 94, E5 and 7E. RGB value is (148,229,126). Sum of RGB (Red+Green+Blue) = 148+229+126=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #94E57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E57E is #6B1A81. Grayscale: #C1C1C1. Windows color (decimal): -7019138 or 8316308. OLE color: 8316308.
HSL color Cylindrical-coordinate representation of color #94E57E: hue angle of 107.18º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94E57E is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 126 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.10 |
| HSL | 107.18º | 0.66% | 0.7% | - |
| HSV(B) | 107.18º | 0.45% | 0.9% | - |
| XYZ | 44 | 63.84 | 29.74 | - |
| YUV | 193.04 | 90.16 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 126 | 0.35 | 0 | 0.45 | 0.10 | 107.18 | 0.66 | 0.7 |
| Hex | 94 | E5 | 7E | 23 | 0 | 2D | A | 6B | 42 | 46 |
| Octal | 224 | 345 | 176 | 43 | 0 | 55 | 12 | 153 | 102 | 106 |
| Binary | 10010100 | 11100101 | 1111110 | 100011 | 0 | 101101 | 1010 | 1101011 | 1000010 | 1000110 |
Color Harmonies of #94E57E
Complementary color
Monochromatic Colors of #94E57E
Black with #94E57E
Text Example
Text Example
White with #94E57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E57E; }
p { color: rgb(148,229,126); }
H1.HeaderClassName
{
color: #94E57E;
}
.AnyTagClassName
{
color: #94E57E;
}
</style>
background-color css
<style>
a { background-color: #94E57E; }
a { background-color: rgb(148,229,126); }
div.DivClassName
{
background-color: #94E57E;
}
.BgClassName
{
background-color: #94E57E;
}
</style>
border-color css
<style>
span { border-color: #94E57E; }
span { border-color: rgb(148,229,126); }
td.TdClassName
{
border-color: #94E57E;
}
.TagClassName
{
border-color: #94E57E;
}
</style>