Shades of Gossip #94E86C
Tints of Gossip #94E86C
RGB
CMYK
RGB Variations
Color information
#94E86C (or 0x94E86C) is known color: Gossip. HEX triplet: 94, E8 and 6C. RGB value is (148,232,108). Sum of RGB (Red+Green+Blue) = 148+232+108=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #94E86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E86C is #6B1793. Grayscale: #C1C1C1. Windows color (decimal): -7018388 or 7137428. OLE color: 7137428.
HSL color Cylindrical-coordinate representation of color #94E86C: hue angle of 100.65º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94E86C is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 232 | 108 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.09 |
| HSL | 100.65º | 0.73% | 0.67% | - |
| HSV(B) | 100.65º | 0.53% | 0.91% | - |
| XYZ | 43.78 | 65.09 | 24.44 | - |
| YUV | 192.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 232 | 108 | 0.36 | 0 | 0.53 | 0.09 | 100.65 | 0.73 | 0.67 |
| Hex | 94 | E8 | 6C | 24 | 0 | 35 | 9 | 65 | 49 | 43 |
| Octal | 224 | 350 | 154 | 44 | 0 | 65 | 11 | 145 | 111 | 103 |
| Binary | 10010100 | 11101000 | 1101100 | 100100 | 0 | 110101 | 1001 | 1100101 | 1001001 | 1000011 |
Color Harmonies of #94E86C
Complementary color
Monochromatic Colors of #94E86C
Black with #94E86C
Text Example
Text Example
White with #94E86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E86C; }
p { color: rgb(148,232,108); }
H1.HeaderClassName
{
color: #94E86C;
}
.AnyTagClassName
{
color: #94E86C;
}
</style>
background-color css
<style>
a { background-color: #94E86C; }
a { background-color: rgb(148,232,108); }
div.DivClassName
{
background-color: #94E86C;
}
.BgClassName
{
background-color: #94E86C;
}
</style>
border-color css
<style>
span { border-color: #94E86C; }
span { border-color: rgb(148,232,108); }
td.TdClassName
{
border-color: #94E86C;
}
.TagClassName
{
border-color: #94E86C;
}
</style>