Shades of Gossip #94EC71
Tints of Gossip #94EC71
RGB
CMYK
RGB Variations
Color information
#94EC71 (or 0x94EC71) is known color: Gossip. HEX triplet: 94, EC and 71. RGB value is (148,236,113). Sum of RGB (Red+Green+Blue) = 148+236+113=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC71 is #6B138E. Grayscale: #C4C4C4. Windows color (decimal): -7017359 or 7466132. OLE color: 7466132.
HSL color Cylindrical-coordinate representation of color #94EC71: hue angle of 102.93º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94EC71 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 113 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.07 |
| HSL | 102.93º | 0.76% | 0.68% | - |
| HSV(B) | 102.93º | 0.52% | 0.93% | - |
| XYZ | 45.19 | 67.48 | 26.27 | - |
| YUV | 195.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 113 | 0.37 | 0 | 0.52 | 0.07 | 102.93 | 0.76 | 0.68 |
| Hex | 94 | EC | 71 | 25 | 0 | 34 | 7 | 67 | 4C | 44 |
| Octal | 224 | 354 | 161 | 45 | 0 | 64 | 7 | 147 | 114 | 104 |
| Binary | 10010100 | 11101100 | 1110001 | 100101 | 0 | 110100 | 111 | 1100111 | 1001100 | 1000100 |
Color Harmonies of #94EC71
Complementary color
Monochromatic Colors of #94EC71
Black with #94EC71
Text Example
Text Example
White with #94EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC71; }
p { color: rgb(148,236,113); }
H1.HeaderClassName
{
color: #94EC71;
}
.AnyTagClassName
{
color: #94EC71;
}
</style>
background-color css
<style>
a { background-color: #94EC71; }
a { background-color: rgb(148,236,113); }
div.DivClassName
{
background-color: #94EC71;
}
.BgClassName
{
background-color: #94EC71;
}
</style>
border-color css
<style>
span { border-color: #94EC71; }
span { border-color: rgb(148,236,113); }
td.TdClassName
{
border-color: #94EC71;
}
.TagClassName
{
border-color: #94EC71;
}
</style>