Shades of Gossip #94E477
Tints of Gossip #94E477
RGB
CMYK
RGB Variations
Color information
#94E477 (or 0x94E477) is known color: Gossip. HEX triplet: 94, E4 and 77. RGB value is (148,228,119). Sum of RGB (Red+Green+Blue) = 148+228+119=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #94E477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E477 is #6B1B88. Grayscale: #C0C0C0. Windows color (decimal): -7019401 or 7857300. OLE color: 7857300.
HSL color Cylindrical-coordinate representation of color #94E477: hue angle of 104.04º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94E477 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 228 | 119 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.11 |
| HSL | 104.04º | 0.67% | 0.68% | - |
| HSV(B) | 104.04º | 0.48% | 0.89% | - |
| XYZ | 43.29 | 63.11 | 27.35 | - |
| YUV | 191.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 119 | 0.35 | 0 | 0.48 | 0.11 | 104.04 | 0.67 | 0.68 |
| Hex | 94 | E4 | 77 | 23 | 0 | 30 | B | 68 | 43 | 44 |
| Octal | 224 | 344 | 167 | 43 | 0 | 60 | 13 | 150 | 103 | 104 |
| Binary | 10010100 | 11100100 | 1110111 | 100011 | 0 | 110000 | 1011 | 1101000 | 1000011 | 1000100 |
Color Harmonies of #94E477
Complementary color
Monochromatic Colors of #94E477
Black with #94E477
Text Example
Text Example
White with #94E477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E477; }
p { color: rgb(148,228,119); }
H1.HeaderClassName
{
color: #94E477;
}
.AnyTagClassName
{
color: #94E477;
}
</style>
background-color css
<style>
a { background-color: #94E477; }
a { background-color: rgb(148,228,119); }
div.DivClassName
{
background-color: #94E477;
}
.BgClassName
{
background-color: #94E477;
}
</style>
border-color css
<style>
span { border-color: #94E477; }
span { border-color: rgb(148,228,119); }
td.TdClassName
{
border-color: #94E477;
}
.TagClassName
{
border-color: #94E477;
}
</style>