Shades of Gossip #94DC6F
Tints of Gossip #94DC6F
RGB
CMYK
RGB Variations
Color information
#94DC6F (or 0x94DC6F) is known color: Gossip. HEX triplet: 94, DC and 6F. RGB value is (148,220,111). Sum of RGB (Red+Green+Blue) = 148+220+111=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DC6F is #6B2390. Grayscale: #BABABA. Windows color (decimal): -7021457 or 7330964. OLE color: 7330964.
HSL color Cylindrical-coordinate representation of color #94DC6F: hue angle of 99.63º 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 #94DC6F is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 111 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.14 |
| HSL | 99.63º | 0.61% | 0.65% | - |
| HSV(B) | 99.63º | 0.5% | 0.86% | - |
| XYZ | 40.68 | 58.63 | 24.21 | - |
| YUV | 186.05 | 85.65 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 111 | 0.33 | 0 | 0.50 | 0.14 | 99.63 | 0.61 | 0.65 |
| Hex | 94 | DC | 6F | 21 | 0 | 32 | E | 64 | 3D | 41 |
| Octal | 224 | 334 | 157 | 41 | 0 | 62 | 16 | 144 | 75 | 101 |
| Binary | 10010100 | 11011100 | 1101111 | 100001 | 0 | 110010 | 1110 | 1100100 | 111101 | 1000001 |
Color Harmonies of #94DC6F
Complementary color
Monochromatic Colors of #94DC6F
Black with #94DC6F
Text Example
Text Example
White with #94DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC6F; }
p { color: rgb(148,220,111); }
H1.HeaderClassName
{
color: #94DC6F;
}
.AnyTagClassName
{
color: #94DC6F;
}
</style>
background-color css
<style>
a { background-color: #94DC6F; }
a { background-color: rgb(148,220,111); }
div.DivClassName
{
background-color: #94DC6F;
}
.BgClassName
{
background-color: #94DC6F;
}
</style>
border-color css
<style>
span { border-color: #94DC6F; }
span { border-color: rgb(148,220,111); }
td.TdClassName
{
border-color: #94DC6F;
}
.TagClassName
{
border-color: #94DC6F;
}
</style>