Shades of Gossip #94EC76
Tints of Gossip #94EC76
RGB
CMYK
RGB Variations
Color information
#94EC76 (or 0x94EC76) is known color: Gossip. HEX triplet: 94, EC and 76. RGB value is (148,236,118). Sum of RGB (Red+Green+Blue) = 148+236+118=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC76 is #6B1389. Grayscale: #C4C4C4. Windows color (decimal): -7017354 or 7793812. OLE color: 7793812.
HSL color Cylindrical-coordinate representation of color #94EC76: hue angle of 104.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94EC76 is Cyan = 0.37, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 118 | - |
| CMYK | 0.37 | 0 | 0.5 | 0.07 |
| HSL | 104.75º | 0.76% | 0.69% | - |
| HSV(B) | 104.75º | 0.5% | 0.93% | - |
| XYZ | 45.48 | 67.59 | 27.79 | - |
| YUV | 196.24 | 83.85 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 118 | 0.37 | 0 | 0.5 | 0.07 | 104.75 | 0.76 | 0.69 |
| Hex | 94 | EC | 76 | 25 | 0 | 32 | 7 | 69 | 4C | 45 |
| Octal | 224 | 354 | 166 | 45 | 0 | 62 | 7 | 151 | 114 | 105 |
| Binary | 10010100 | 11101100 | 1110110 | 100101 | 0 | 110010 | 111 | 1101001 | 1001100 | 1000101 |
Color Harmonies of #94EC76
Complementary color
Monochromatic Colors of #94EC76
Black with #94EC76
Text Example
Text Example
White with #94EC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC76; }
p { color: rgb(148,236,118); }
H1.HeaderClassName
{
color: #94EC76;
}
.AnyTagClassName
{
color: #94EC76;
}
</style>
background-color css
<style>
a { background-color: #94EC76; }
a { background-color: rgb(148,236,118); }
div.DivClassName
{
background-color: #94EC76;
}
.BgClassName
{
background-color: #94EC76;
}
</style>
border-color css
<style>
span { border-color: #94EC76; }
span { border-color: rgb(148,236,118); }
td.TdClassName
{
border-color: #94EC76;
}
.TagClassName
{
border-color: #94EC76;
}
</style>