Shades of Gossip #94E57A
Tints of Gossip #94E57A
RGB
CMYK
RGB Variations
Color information
#94E57A (or 0x94E57A) is known color: Gossip. HEX triplet: 94, E5 and 7A. RGB value is (148,229,122). Sum of RGB (Red+Green+Blue) = 148+229+122=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #94E57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E57A is #6B1A85. Grayscale: #C0C0C0. Windows color (decimal): -7019142 or 8054164. OLE color: 8054164.
HSL color Cylindrical-coordinate representation of color #94E57A: hue angle of 105.42º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94E57A is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 122 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.10 |
| HSL | 105.42º | 0.67% | 0.69% | - |
| HSV(B) | 105.42º | 0.47% | 0.9% | - |
| XYZ | 43.74 | 63.74 | 28.41 | - |
| YUV | 192.58 | 88.16 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 122 | 0.35 | 0 | 0.47 | 0.10 | 105.42 | 0.67 | 0.69 |
| Hex | 94 | E5 | 7A | 23 | 0 | 2F | A | 69 | 43 | 45 |
| Octal | 224 | 345 | 172 | 43 | 0 | 57 | 12 | 151 | 103 | 105 |
| Binary | 10010100 | 11100101 | 1111010 | 100011 | 0 | 101111 | 1010 | 1101001 | 1000011 | 1000101 |
Color Harmonies of #94E57A
Complementary color
Monochromatic Colors of #94E57A
Black with #94E57A
Text Example
Text Example
White with #94E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E57A; }
p { color: rgb(148,229,122); }
H1.HeaderClassName
{
color: #94E57A;
}
.AnyTagClassName
{
color: #94E57A;
}
</style>
background-color css
<style>
a { background-color: #94E57A; }
a { background-color: rgb(148,229,122); }
div.DivClassName
{
background-color: #94E57A;
}
.BgClassName
{
background-color: #94E57A;
}
</style>
border-color css
<style>
span { border-color: #94E57A; }
span { border-color: rgb(148,229,122); }
td.TdClassName
{
border-color: #94E57A;
}
.TagClassName
{
border-color: #94E57A;
}
</style>