Shades of Gossip #94D97E
Tints of Gossip #94D97E
RGB
CMYK
RGB Variations
Color information
#94D97E (or 0x94D97E) is known color: Gossip. HEX triplet: 94, D9 and 7E. RGB value is (148,217,126). Sum of RGB (Red+Green+Blue) = 148+217+126=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #94D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D97E is #6B2681. Grayscale: #BABABA. Windows color (decimal): -7022210 or 8313236. OLE color: 8313236.
HSL color Cylindrical-coordinate representation of color #94D97E: hue angle of 105.49º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94D97E is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 126 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.15 |
| HSL | 105.49º | 0.54% | 0.67% | - |
| HSV(B) | 105.49º | 0.42% | 0.85% | - |
| XYZ | 40.79 | 57.43 | 28.67 | - |
| YUV | 186 | 94.14 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 126 | 0.32 | 0 | 0.42 | 0.15 | 105.49 | 0.54 | 0.67 |
| Hex | 94 | D9 | 7E | 20 | 0 | 2A | F | 69 | 36 | 43 |
| Octal | 224 | 331 | 176 | 40 | 0 | 52 | 17 | 151 | 66 | 103 |
| Binary | 10010100 | 11011001 | 1111110 | 100000 | 0 | 101010 | 1111 | 1101001 | 110110 | 1000011 |
Color Harmonies of #94D97E
Complementary color
Monochromatic Colors of #94D97E
Black with #94D97E
Text Example
Text Example
White with #94D97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D97E; }
p { color: rgb(148,217,126); }
H1.HeaderClassName
{
color: #94D97E;
}
.AnyTagClassName
{
color: #94D97E;
}
</style>
background-color css
<style>
a { background-color: #94D97E; }
a { background-color: rgb(148,217,126); }
div.DivClassName
{
background-color: #94D97E;
}
.BgClassName
{
background-color: #94D97E;
}
</style>
border-color css
<style>
span { border-color: #94D97E; }
span { border-color: rgb(148,217,126); }
td.TdClassName
{
border-color: #94D97E;
}
.TagClassName
{
border-color: #94D97E;
}
</style>