Shades of Gossip #94E96C
Tints of Gossip #94E96C
RGB
CMYK
RGB Variations
Color information
#94E96C (or 0x94E96C) is known color: Gossip. HEX triplet: 94, E9 and 6C. RGB value is (148,233,108). Sum of RGB (Red+Green+Blue) = 148+233+108=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #94E96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E96C is #6B1693. Grayscale: #C1C1C1. Windows color (decimal): -7018132 or 7137684. OLE color: 7137684.
HSL color Cylindrical-coordinate representation of color #94E96C: hue angle of 100.8º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94E96C is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 233 | 108 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.09 |
| HSL | 100.8º | 0.74% | 0.67% | - |
| HSV(B) | 100.8º | 0.54% | 0.91% | - |
| XYZ | 44.06 | 65.66 | 24.54 | - |
| YUV | 193.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 233 | 108 | 0.36 | 0 | 0.54 | 0.09 | 100.8 | 0.74 | 0.67 |
| Hex | 94 | E9 | 6C | 24 | 0 | 36 | 9 | 65 | 4A | 43 |
| Octal | 224 | 351 | 154 | 44 | 0 | 66 | 11 | 145 | 112 | 103 |
| Binary | 10010100 | 11101001 | 1101100 | 100100 | 0 | 110110 | 1001 | 1100101 | 1001010 | 1000011 |
Color Harmonies of #94E96C
Complementary color
Monochromatic Colors of #94E96C
Black with #94E96C
Text Example
Text Example
White with #94E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E96C; }
p { color: rgb(148,233,108); }
H1.HeaderClassName
{
color: #94E96C;
}
.AnyTagClassName
{
color: #94E96C;
}
</style>
background-color css
<style>
a { background-color: #94E96C; }
a { background-color: rgb(148,233,108); }
div.DivClassName
{
background-color: #94E96C;
}
.BgClassName
{
background-color: #94E96C;
}
</style>
border-color css
<style>
span { border-color: #94E96C; }
span { border-color: rgb(148,233,108); }
td.TdClassName
{
border-color: #94E96C;
}
.TagClassName
{
border-color: #94E96C;
}
</style>