Shades of Gossip #94DC70
Tints of Gossip #94DC70
RGB
CMYK
RGB Variations
Color information
#94DC70 (or 0x94DC70) is known color: Gossip. HEX triplet: 94, DC and 70. RGB value is (148,220,112). Sum of RGB (Red+Green+Blue) = 148+220+112=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DC70 is #6B238F. Grayscale: #BABABA. Windows color (decimal): -7021456 or 7396500. OLE color: 7396500.
HSL color Cylindrical-coordinate representation of color #94DC70: hue angle of 100º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94DC70 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 112 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.14 |
| HSL | 100º | 0.61% | 0.65% | - |
| HSV(B) | 100º | 0.49% | 0.86% | - |
| XYZ | 40.73 | 58.65 | 24.5 | - |
| YUV | 186.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 112 | 0.33 | 0 | 0.49 | 0.14 | 100 | 0.61 | 0.65 |
| Hex | 94 | DC | 70 | 21 | 0 | 31 | E | 64 | 3D | 41 |
| Octal | 224 | 334 | 160 | 41 | 0 | 61 | 16 | 144 | 75 | 101 |
| Binary | 10010100 | 11011100 | 1110000 | 100001 | 0 | 110001 | 1110 | 1100100 | 111101 | 1000001 |
Color Harmonies of #94DC70
Complementary color
Monochromatic Colors of #94DC70
Black with #94DC70
Text Example
Text Example
White with #94DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC70; }
p { color: rgb(148,220,112); }
H1.HeaderClassName
{
color: #94DC70;
}
.AnyTagClassName
{
color: #94DC70;
}
</style>
background-color css
<style>
a { background-color: #94DC70; }
a { background-color: rgb(148,220,112); }
div.DivClassName
{
background-color: #94DC70;
}
.BgClassName
{
background-color: #94DC70;
}
</style>
border-color css
<style>
span { border-color: #94DC70; }
span { border-color: rgb(148,220,112); }
td.TdClassName
{
border-color: #94DC70;
}
.TagClassName
{
border-color: #94DC70;
}
</style>