Shades of Gossip #94E080
Tints of Gossip #94E080
RGB
CMYK
RGB Variations
Color information
#94E080 (or 0x94E080) is known color: Gossip. HEX triplet: 94, E0 and 80. RGB value is (148,224,128). Sum of RGB (Red+Green+Blue) = 148+224+128=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #94E080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E080 is #6B1F7F. Grayscale: #BEBEBE. Windows color (decimal): -7020416 or 8446100. OLE color: 8446100.
HSL color Cylindrical-coordinate representation of color #94E080: hue angle of 107.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94E080 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 128 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.12 |
| HSL | 107.5º | 0.61% | 0.69% | - |
| HSV(B) | 107.5º | 0.43% | 0.88% | - |
| XYZ | 42.76 | 61.17 | 29.97 | - |
| YUV | 190.33 | 92.82 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 128 | 0.34 | 0 | 0.43 | 0.12 | 107.5 | 0.61 | 0.69 |
| Hex | 94 | E0 | 80 | 22 | 0 | 2B | C | 6C | 3D | 45 |
| Octal | 224 | 340 | 200 | 42 | 0 | 53 | 14 | 154 | 75 | 105 |
| Binary | 10010100 | 11100000 | 10000000 | 100010 | 0 | 101011 | 1100 | 1101100 | 111101 | 1000101 |
Color Harmonies of #94E080
Complementary color
Monochromatic Colors of #94E080
Black with #94E080
Text Example
Text Example
White with #94E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E080; }
p { color: rgb(148,224,128); }
H1.HeaderClassName
{
color: #94E080;
}
.AnyTagClassName
{
color: #94E080;
}
</style>
background-color css
<style>
a { background-color: #94E080; }
a { background-color: rgb(148,224,128); }
div.DivClassName
{
background-color: #94E080;
}
.BgClassName
{
background-color: #94E080;
}
</style>
border-color css
<style>
span { border-color: #94E080; }
span { border-color: rgb(148,224,128); }
td.TdClassName
{
border-color: #94E080;
}
.TagClassName
{
border-color: #94E080;
}
</style>