Shades of Gossip #94E275
Tints of Gossip #94E275
RGB
CMYK
RGB Variations
Color information
#94E275 (or 0x94E275) is known color: Gossip. HEX triplet: 94, E2 and 75. RGB value is (148,226,117). Sum of RGB (Red+Green+Blue) = 148+226+117=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #94E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E275 is #6B1D8A. Grayscale: #BEBEBE. Windows color (decimal): -7019915 or 7725716. OLE color: 7725716.
HSL color Cylindrical-coordinate representation of color #94E275: hue angle of 102.94º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94E275 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 226 | 117 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.11 |
| HSL | 102.94º | 0.65% | 0.67% | - |
| HSV(B) | 102.94º | 0.48% | 0.89% | - |
| XYZ | 42.62 | 61.97 | 26.55 | - |
| YUV | 190.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 226 | 117 | 0.35 | 0 | 0.48 | 0.11 | 102.94 | 0.65 | 0.67 |
| Hex | 94 | E2 | 75 | 23 | 0 | 30 | B | 67 | 41 | 43 |
| Octal | 224 | 342 | 165 | 43 | 0 | 60 | 13 | 147 | 101 | 103 |
| Binary | 10010100 | 11100010 | 1110101 | 100011 | 0 | 110000 | 1011 | 1100111 | 1000001 | 1000011 |
Color Harmonies of #94E275
Complementary color
Monochromatic Colors of #94E275
Black with #94E275
Text Example
Text Example
White with #94E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E275; }
p { color: rgb(148,226,117); }
H1.HeaderClassName
{
color: #94E275;
}
.AnyTagClassName
{
color: #94E275;
}
</style>
background-color css
<style>
a { background-color: #94E275; }
a { background-color: rgb(148,226,117); }
div.DivClassName
{
background-color: #94E275;
}
.BgClassName
{
background-color: #94E275;
}
</style>
border-color css
<style>
span { border-color: #94E275; }
span { border-color: rgb(148,226,117); }
td.TdClassName
{
border-color: #94E275;
}
.TagClassName
{
border-color: #94E275;
}
</style>