Shades of Gossip #94D076
Tints of Gossip #94D076
RGB
CMYK
RGB Variations
Color information
#94D076 (or 0x94D076) is known color: Gossip. HEX triplet: 94, D0 and 76. RGB value is (148,208,118). Sum of RGB (Red+Green+Blue) = 148+208+118=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #94D076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D076 is #6B2F89. Grayscale: #B4B4B4. Windows color (decimal): -7024522 or 7786644. OLE color: 7786644.
HSL color Cylindrical-coordinate representation of color #94D076: hue angle of 100º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94D076 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 118 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.18 |
| HSL | 100º | 0.49% | 0.64% | - |
| HSV(B) | 100º | 0.43% | 0.82% | - |
| XYZ | 38.04 | 52.72 | 25.31 | - |
| YUV | 179.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 118 | 0.29 | 0 | 0.43 | 0.18 | 100 | 0.49 | 0.64 |
| Hex | 94 | D0 | 76 | 1D | 0 | 2B | 12 | 64 | 31 | 40 |
| Octal | 224 | 320 | 166 | 35 | 0 | 53 | 22 | 144 | 61 | 100 |
| Binary | 10010100 | 11010000 | 1110110 | 11101 | 0 | 101011 | 10010 | 1100100 | 110001 | 1000000 |
Color Harmonies of #94D076
Complementary color
Monochromatic Colors of #94D076
Black with #94D076
Text Example
Text Example
White with #94D076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D076; }
p { color: rgb(148,208,118); }
H1.HeaderClassName
{
color: #94D076;
}
.AnyTagClassName
{
color: #94D076;
}
</style>
background-color css
<style>
a { background-color: #94D076; }
a { background-color: rgb(148,208,118); }
div.DivClassName
{
background-color: #94D076;
}
.BgClassName
{
background-color: #94D076;
}
</style>
border-color css
<style>
span { border-color: #94D076; }
span { border-color: rgb(148,208,118); }
td.TdClassName
{
border-color: #94D076;
}
.TagClassName
{
border-color: #94D076;
}
</style>