Shades of Gossip #94D479
Tints of Gossip #94D479
RGB
CMYK
RGB Variations
Color information
#94D479 (or 0x94D479) is known color: Gossip. HEX triplet: 94, D4 and 79. RGB value is (148,212,121). Sum of RGB (Red+Green+Blue) = 148+212+121=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #94D479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D479 is #6B2B86. Grayscale: #B6B6B6. Windows color (decimal): -7023495 or 7984276. OLE color: 7984276.
HSL color Cylindrical-coordinate representation of color #94D479: hue angle of 102.2º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94D479 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 212 | 121 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.17 |
| HSL | 102.2º | 0.51% | 0.65% | - |
| HSV(B) | 102.2º | 0.43% | 0.83% | - |
| XYZ | 39.21 | 54.76 | 26.59 | - |
| YUV | 182.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 212 | 121 | 0.30 | 0 | 0.43 | 0.17 | 102.2 | 0.51 | 0.65 |
| Hex | 94 | D4 | 79 | 1E | 0 | 2B | 11 | 66 | 33 | 41 |
| Octal | 224 | 324 | 171 | 36 | 0 | 53 | 21 | 146 | 63 | 101 |
| Binary | 10010100 | 11010100 | 1111001 | 11110 | 0 | 101011 | 10001 | 1100110 | 110011 | 1000001 |
Color Harmonies of #94D479
Complementary color
Monochromatic Colors of #94D479
Black with #94D479
Text Example
Text Example
White with #94D479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D479; }
p { color: rgb(148,212,121); }
H1.HeaderClassName
{
color: #94D479;
}
.AnyTagClassName
{
color: #94D479;
}
</style>
background-color css
<style>
a { background-color: #94D479; }
a { background-color: rgb(148,212,121); }
div.DivClassName
{
background-color: #94D479;
}
.BgClassName
{
background-color: #94D479;
}
</style>
border-color css
<style>
span { border-color: #94D479; }
span { border-color: rgb(148,212,121); }
td.TdClassName
{
border-color: #94D479;
}
.TagClassName
{
border-color: #94D479;
}
</style>