Shades of Gossip #94EC72
Tints of Gossip #94EC72
RGB
CMYK
RGB Variations
Color information
#94EC72 (or 0x94EC72) is known color: Gossip. HEX triplet: 94, EC and 72. RGB value is (148,236,114). Sum of RGB (Red+Green+Blue) = 148+236+114=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC72 is #6B138D. Grayscale: #C4C4C4. Windows color (decimal): -7017358 or 7531668. OLE color: 7531668.
HSL color Cylindrical-coordinate representation of color #94EC72: hue angle of 103.28º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94EC72 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 114 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.07 |
| HSL | 103.28º | 0.76% | 0.69% | - |
| HSV(B) | 103.28º | 0.52% | 0.93% | - |
| XYZ | 45.25 | 67.5 | 26.56 | - |
| YUV | 195.78 | 81.85 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 114 | 0.37 | 0 | 0.52 | 0.07 | 103.28 | 0.76 | 0.69 |
| Hex | 94 | EC | 72 | 25 | 0 | 34 | 7 | 67 | 4C | 45 |
| Octal | 224 | 354 | 162 | 45 | 0 | 64 | 7 | 147 | 114 | 105 |
| Binary | 10010100 | 11101100 | 1110010 | 100101 | 0 | 110100 | 111 | 1100111 | 1001100 | 1000101 |
Color Harmonies of #94EC72
Complementary color
Monochromatic Colors of #94EC72
Black with #94EC72
Text Example
Text Example
White with #94EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC72; }
p { color: rgb(148,236,114); }
H1.HeaderClassName
{
color: #94EC72;
}
.AnyTagClassName
{
color: #94EC72;
}
</style>
background-color css
<style>
a { background-color: #94EC72; }
a { background-color: rgb(148,236,114); }
div.DivClassName
{
background-color: #94EC72;
}
.BgClassName
{
background-color: #94EC72;
}
</style>
border-color css
<style>
span { border-color: #94EC72; }
span { border-color: rgb(148,236,114); }
td.TdClassName
{
border-color: #94EC72;
}
.TagClassName
{
border-color: #94EC72;
}
</style>