Shades of Gossip #94DC6D
Tints of Gossip #94DC6D
RGB
CMYK
RGB Variations
Color information
#94DC6D (or 0x94DC6D) is known color: Gossip. HEX triplet: 94, DC and 6D. RGB value is (148,220,109). Sum of RGB (Red+Green+Blue) = 148+220+109=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DC6D is #6B2392. Grayscale: #BABABA. Windows color (decimal): -7021459 or 7199892. OLE color: 7199892.
HSL color Cylindrical-coordinate representation of color #94DC6D: hue angle of 98.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94DC6D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 109 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.14 |
| HSL | 98.92º | 0.61% | 0.65% | - |
| HSV(B) | 98.92º | 0.5% | 0.86% | - |
| XYZ | 40.57 | 58.59 | 23.64 | - |
| YUV | 185.82 | 84.65 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 109 | 0.33 | 0 | 0.50 | 0.14 | 98.92 | 0.61 | 0.65 |
| Hex | 94 | DC | 6D | 21 | 0 | 32 | E | 63 | 3D | 41 |
| Octal | 224 | 334 | 155 | 41 | 0 | 62 | 16 | 143 | 75 | 101 |
| Binary | 10010100 | 11011100 | 1101101 | 100001 | 0 | 110010 | 1110 | 1100011 | 111101 | 1000001 |
Color Harmonies of #94DC6D
Complementary color
Monochromatic Colors of #94DC6D
Black with #94DC6D
Text Example
Text Example
White with #94DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC6D; }
p { color: rgb(148,220,109); }
H1.HeaderClassName
{
color: #94DC6D;
}
.AnyTagClassName
{
color: #94DC6D;
}
</style>
background-color css
<style>
a { background-color: #94DC6D; }
a { background-color: rgb(148,220,109); }
div.DivClassName
{
background-color: #94DC6D;
}
.BgClassName
{
background-color: #94DC6D;
}
</style>
border-color css
<style>
span { border-color: #94DC6D; }
span { border-color: rgb(148,220,109); }
td.TdClassName
{
border-color: #94DC6D;
}
.TagClassName
{
border-color: #94DC6D;
}
</style>