Shades of Gossip #94D77C
Tints of Gossip #94D77C
RGB
CMYK
RGB Variations
Color information
#94D77C (or 0x94D77C) is known color: Gossip. HEX triplet: 94, D7 and 7C. RGB value is (148,215,124). Sum of RGB (Red+Green+Blue) = 148+215+124=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #94D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D77C is #6B2883. Grayscale: #B8B8B8. Windows color (decimal): -7022724 or 8181652. OLE color: 8181652.
HSL color Cylindrical-coordinate representation of color #94D77C: hue angle of 104.18º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94D77C is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 124 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.16 |
| HSL | 104.18º | 0.53% | 0.66% | - |
| HSV(B) | 104.18º | 0.42% | 0.84% | - |
| XYZ | 40.15 | 56.35 | 27.83 | - |
| YUV | 184.59 | 93.8 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 124 | 0.31 | 0 | 0.42 | 0.16 | 104.18 | 0.53 | 0.66 |
| Hex | 94 | D7 | 7C | 1F | 0 | 2A | 10 | 68 | 35 | 42 |
| Octal | 224 | 327 | 174 | 37 | 0 | 52 | 20 | 150 | 65 | 102 |
| Binary | 10010100 | 11010111 | 1111100 | 11111 | 0 | 101010 | 10000 | 1101000 | 110101 | 1000010 |
Color Harmonies of #94D77C
Complementary color
Monochromatic Colors of #94D77C
Black with #94D77C
Text Example
Text Example
White with #94D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D77C; }
p { color: rgb(148,215,124); }
H1.HeaderClassName
{
color: #94D77C;
}
.AnyTagClassName
{
color: #94D77C;
}
</style>
background-color css
<style>
a { background-color: #94D77C; }
a { background-color: rgb(148,215,124); }
div.DivClassName
{
background-color: #94D77C;
}
.BgClassName
{
background-color: #94D77C;
}
</style>
border-color css
<style>
span { border-color: #94D77C; }
span { border-color: rgb(148,215,124); }
td.TdClassName
{
border-color: #94D77C;
}
.TagClassName
{
border-color: #94D77C;
}
</style>