Shades of Gossip #94D47D
Tints of Gossip #94D47D
RGB
CMYK
RGB Variations
Color information
#94D47D (or 0x94D47D) is known color: Gossip. HEX triplet: 94, D4 and 7D. RGB value is (148,212,125). Sum of RGB (Red+Green+Blue) = 148+212+125=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #94D47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D47D is #6B2B82. Grayscale: #B7B7B7. Windows color (decimal): -7023491 or 8246420. OLE color: 8246420.
HSL color Cylindrical-coordinate representation of color #94D47D: hue angle of 104.14º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94D47D is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 212 | 125 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.17 |
| HSL | 104.14º | 0.5% | 0.66% | - |
| HSV(B) | 104.14º | 0.41% | 0.83% | - |
| XYZ | 39.46 | 54.86 | 27.91 | - |
| YUV | 182.95 | 95.3 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 212 | 125 | 0.30 | 0 | 0.41 | 0.17 | 104.14 | 0.5 | 0.66 |
| Hex | 94 | D4 | 7D | 1E | 0 | 29 | 11 | 68 | 32 | 42 |
| Octal | 224 | 324 | 175 | 36 | 0 | 51 | 21 | 150 | 62 | 102 |
| Binary | 10010100 | 11010100 | 1111101 | 11110 | 0 | 101001 | 10001 | 1101000 | 110010 | 1000010 |
Color Harmonies of #94D47D
Complementary color
Monochromatic Colors of #94D47D
Black with #94D47D
Text Example
Text Example
White with #94D47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D47D; }
p { color: rgb(148,212,125); }
H1.HeaderClassName
{
color: #94D47D;
}
.AnyTagClassName
{
color: #94D47D;
}
</style>
background-color css
<style>
a { background-color: #94D47D; }
a { background-color: rgb(148,212,125); }
div.DivClassName
{
background-color: #94D47D;
}
.BgClassName
{
background-color: #94D47D;
}
</style>
border-color css
<style>
span { border-color: #94D47D; }
span { border-color: rgb(148,212,125); }
td.TdClassName
{
border-color: #94D47D;
}
.TagClassName
{
border-color: #94D47D;
}
</style>