Shades of Gossip #94EC77
Tints of Gossip #94EC77
RGB
CMYK
RGB Variations
Color information
#94EC77 (or 0x94EC77) is known color: Gossip. HEX triplet: 94, EC and 77. RGB value is (148,236,119). Sum of RGB (Red+Green+Blue) = 148+236+119=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC77 is #6B1388. Grayscale: #C4C4C4. Windows color (decimal): -7017353 or 7859348. OLE color: 7859348.
HSL color Cylindrical-coordinate representation of color #94EC77: hue angle of 105.13º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94EC77 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 119 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.07 |
| HSL | 105.13º | 0.75% | 0.7% | - |
| HSV(B) | 105.13º | 0.5% | 0.93% | - |
| XYZ | 45.54 | 67.62 | 28.1 | - |
| YUV | 196.35 | 84.35 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 119 | 0.37 | 0 | 0.50 | 0.07 | 105.13 | 0.75 | 0.7 |
| Hex | 94 | EC | 77 | 25 | 0 | 32 | 7 | 69 | 4B | 46 |
| Octal | 224 | 354 | 167 | 45 | 0 | 62 | 7 | 151 | 113 | 106 |
| Binary | 10010100 | 11101100 | 1110111 | 100101 | 0 | 110010 | 111 | 1101001 | 1001011 | 1000110 |
Color Harmonies of #94EC77
Complementary color
Monochromatic Colors of #94EC77
Black with #94EC77
Text Example
Text Example
White with #94EC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC77; }
p { color: rgb(148,236,119); }
H1.HeaderClassName
{
color: #94EC77;
}
.AnyTagClassName
{
color: #94EC77;
}
</style>
background-color css
<style>
a { background-color: #94EC77; }
a { background-color: rgb(148,236,119); }
div.DivClassName
{
background-color: #94EC77;
}
.BgClassName
{
background-color: #94EC77;
}
</style>
border-color css
<style>
span { border-color: #94EC77; }
span { border-color: rgb(148,236,119); }
td.TdClassName
{
border-color: #94EC77;
}
.TagClassName
{
border-color: #94EC77;
}
</style>