Shades of Gossip #94D76D
Tints of Gossip #94D76D
RGB
CMYK
RGB Variations
Color information
#94D76D (or 0x94D76D) is known color: Gossip. HEX triplet: 94, D7 and 6D. RGB value is (148,215,109). Sum of RGB (Red+Green+Blue) = 148+215+109=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #94D76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D76D is #6B2892. Grayscale: #B7B7B7. Windows color (decimal): -7022739 or 7198612. OLE color: 7198612.
HSL color Cylindrical-coordinate representation of color #94D76D: hue angle of 97.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94D76D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 109 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.16 |
| HSL | 97.92º | 0.57% | 0.64% | - |
| HSV(B) | 97.92º | 0.49% | 0.84% | - |
| XYZ | 39.27 | 56 | 23.21 | - |
| YUV | 182.88 | 86.3 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 109 | 0.31 | 0 | 0.49 | 0.16 | 97.92 | 0.57 | 0.64 |
| Hex | 94 | D7 | 6D | 1F | 0 | 31 | 10 | 62 | 39 | 40 |
| Octal | 224 | 327 | 155 | 37 | 0 | 61 | 20 | 142 | 71 | 100 |
| Binary | 10010100 | 11010111 | 1101101 | 11111 | 0 | 110001 | 10000 | 1100010 | 111001 | 1000000 |
Color Harmonies of #94D76D
Complementary color
Monochromatic Colors of #94D76D
Black with #94D76D
Text Example
Text Example
White with #94D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D76D; }
p { color: rgb(148,215,109); }
H1.HeaderClassName
{
color: #94D76D;
}
.AnyTagClassName
{
color: #94D76D;
}
</style>
background-color css
<style>
a { background-color: #94D76D; }
a { background-color: rgb(148,215,109); }
div.DivClassName
{
background-color: #94D76D;
}
.BgClassName
{
background-color: #94D76D;
}
</style>
border-color css
<style>
span { border-color: #94D76D; }
span { border-color: rgb(148,215,109); }
td.TdClassName
{
border-color: #94D76D;
}
.TagClassName
{
border-color: #94D76D;
}
</style>