Shades of Gossip #94D477
Tints of Gossip #94D477
RGB
CMYK
RGB Variations
Color information
#94D477 (or 0x94D477) is known color: Gossip. HEX triplet: 94, D4 and 77. RGB value is (148,212,119). Sum of RGB (Red+Green+Blue) = 148+212+119=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #94D477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D477 is #6B2B88. Grayscale: #B6B6B6. Windows color (decimal): -7023497 or 7853204. OLE color: 7853204.
HSL color Cylindrical-coordinate representation of color #94D477: hue angle of 101.29º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94D477 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 212 | 119 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.17 |
| HSL | 101.29º | 0.52% | 0.65% | - |
| HSV(B) | 101.29º | 0.44% | 0.83% | - |
| XYZ | 39.09 | 54.71 | 25.95 | - |
| YUV | 182.26 | 92.3 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 212 | 119 | 0.30 | 0 | 0.44 | 0.17 | 101.29 | 0.52 | 0.65 |
| Hex | 94 | D4 | 77 | 1E | 0 | 2C | 11 | 65 | 34 | 41 |
| Octal | 224 | 324 | 167 | 36 | 0 | 54 | 21 | 145 | 64 | 101 |
| Binary | 10010100 | 11010100 | 1110111 | 11110 | 0 | 101100 | 10001 | 1100101 | 110100 | 1000001 |
Color Harmonies of #94D477
Complementary color
Monochromatic Colors of #94D477
Black with #94D477
Text Example
Text Example
White with #94D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D477; }
p { color: rgb(148,212,119); }
H1.HeaderClassName
{
color: #94D477;
}
.AnyTagClassName
{
color: #94D477;
}
</style>
background-color css
<style>
a { background-color: #94D477; }
a { background-color: rgb(148,212,119); }
div.DivClassName
{
background-color: #94D477;
}
.BgClassName
{
background-color: #94D477;
}
</style>
border-color css
<style>
span { border-color: #94D477; }
span { border-color: rgb(148,212,119); }
td.TdClassName
{
border-color: #94D477;
}
.TagClassName
{
border-color: #94D477;
}
</style>