Shades of Gossip #94E278
Tints of Gossip #94E278
RGB
CMYK
RGB Variations
Color information
#94E278 (or 0x94E278) is known color: Gossip. HEX triplet: 94, E2 and 78. RGB value is (148,226,120). Sum of RGB (Red+Green+Blue) = 148+226+120=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #94E278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E278 is #6B1D87. Grayscale: #BEBEBE. Windows color (decimal): -7019912 or 7922324. OLE color: 7922324.
HSL color Cylindrical-coordinate representation of color #94E278: hue angle of 104.15º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94E278 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 226 | 120 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.11 |
| HSL | 104.15º | 0.65% | 0.68% | - |
| HSV(B) | 104.15º | 0.47% | 0.89% | - |
| XYZ | 42.8 | 62.04 | 27.49 | - |
| YUV | 190.59 | 88.16 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 226 | 120 | 0.35 | 0 | 0.47 | 0.11 | 104.15 | 0.65 | 0.68 |
| Hex | 94 | E2 | 78 | 23 | 0 | 2F | B | 68 | 41 | 44 |
| Octal | 224 | 342 | 170 | 43 | 0 | 57 | 13 | 150 | 101 | 104 |
| Binary | 10010100 | 11100010 | 1111000 | 100011 | 0 | 101111 | 1011 | 1101000 | 1000001 | 1000100 |
Color Harmonies of #94E278
Complementary color
Monochromatic Colors of #94E278
Black with #94E278
Text Example
Text Example
White with #94E278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E278; }
p { color: rgb(148,226,120); }
H1.HeaderClassName
{
color: #94E278;
}
.AnyTagClassName
{
color: #94E278;
}
</style>
background-color css
<style>
a { background-color: #94E278; }
a { background-color: rgb(148,226,120); }
div.DivClassName
{
background-color: #94E278;
}
.BgClassName
{
background-color: #94E278;
}
</style>
border-color css
<style>
span { border-color: #94E278; }
span { border-color: rgb(148,226,120); }
td.TdClassName
{
border-color: #94E278;
}
.TagClassName
{
border-color: #94E278;
}
</style>