Shades of Gossip #94E970
Tints of Gossip #94E970
RGB
CMYK
RGB Variations
Color information
#94E970 (or 0x94E970) is known color: Gossip. HEX triplet: 94, E9 and 70. RGB value is (148,233,112). Sum of RGB (Red+Green+Blue) = 148+233+112=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #94E970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E970 is #6B168F. Grayscale: #C2C2C2. Windows color (decimal): -7018128 or 7399828. OLE color: 7399828.
HSL color Cylindrical-coordinate representation of color #94E970: hue angle of 102.15º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94E970 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 233 | 112 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.09 |
| HSL | 102.15º | 0.73% | 0.68% | - |
| HSV(B) | 102.15º | 0.52% | 0.91% | - |
| XYZ | 44.28 | 65.74 | 25.69 | - |
| YUV | 193.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 233 | 112 | 0.36 | 0 | 0.52 | 0.09 | 102.15 | 0.73 | 0.68 |
| Hex | 94 | E9 | 70 | 24 | 0 | 34 | 9 | 66 | 49 | 44 |
| Octal | 224 | 351 | 160 | 44 | 0 | 64 | 11 | 146 | 111 | 104 |
| Binary | 10010100 | 11101001 | 1110000 | 100100 | 0 | 110100 | 1001 | 1100110 | 1001001 | 1000100 |
Color Harmonies of #94E970
Complementary color
Monochromatic Colors of #94E970
Black with #94E970
Text Example
Text Example
White with #94E970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E970; }
p { color: rgb(148,233,112); }
H1.HeaderClassName
{
color: #94E970;
}
.AnyTagClassName
{
color: #94E970;
}
</style>
background-color css
<style>
a { background-color: #94E970; }
a { background-color: rgb(148,233,112); }
div.DivClassName
{
background-color: #94E970;
}
.BgClassName
{
background-color: #94E970;
}
</style>
border-color css
<style>
span { border-color: #94E970; }
span { border-color: rgb(148,233,112); }
td.TdClassName
{
border-color: #94E970;
}
.TagClassName
{
border-color: #94E970;
}
</style>