Shades of Gossip #94EC74
Tints of Gossip #94EC74
RGB
CMYK
RGB Variations
Color information
#94EC74 (or 0x94EC74) is known color: Gossip. HEX triplet: 94, EC and 74. RGB value is (148,236,116). Sum of RGB (Red+Green+Blue) = 148+236+116=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC74 is #6B138B. Grayscale: #C4C4C4. Windows color (decimal): -7017356 or 7662740. OLE color: 7662740.
HSL color Cylindrical-coordinate representation of color #94EC74: hue angle of 104º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94EC74 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 116 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.07 |
| HSL | 104º | 0.76% | 0.69% | - |
| HSV(B) | 104º | 0.51% | 0.93% | - |
| XYZ | 45.36 | 67.55 | 27.17 | - |
| YUV | 196.01 | 82.85 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 116 | 0.37 | 0 | 0.51 | 0.07 | 104 | 0.76 | 0.69 |
| Hex | 94 | EC | 74 | 25 | 0 | 33 | 7 | 68 | 4C | 45 |
| Octal | 224 | 354 | 164 | 45 | 0 | 63 | 7 | 150 | 114 | 105 |
| Binary | 10010100 | 11101100 | 1110100 | 100101 | 0 | 110011 | 111 | 1101000 | 1001100 | 1000101 |
Color Harmonies of #94EC74
Complementary color
Monochromatic Colors of #94EC74
Black with #94EC74
Text Example
Text Example
White with #94EC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC74; }
p { color: rgb(148,236,116); }
H1.HeaderClassName
{
color: #94EC74;
}
.AnyTagClassName
{
color: #94EC74;
}
</style>
background-color css
<style>
a { background-color: #94EC74; }
a { background-color: rgb(148,236,116); }
div.DivClassName
{
background-color: #94EC74;
}
.BgClassName
{
background-color: #94EC74;
}
</style>
border-color css
<style>
span { border-color: #94EC74; }
span { border-color: rgb(148,236,116); }
td.TdClassName
{
border-color: #94EC74;
}
.TagClassName
{
border-color: #94EC74;
}
</style>