Shades of Gossip #94DB6F
Tints of Gossip #94DB6F
RGB
CMYK
RGB Variations
Color information
#94DB6F (or 0x94DB6F) is known color: Gossip. HEX triplet: 94, DB and 6F. RGB value is (148,219,111). Sum of RGB (Red+Green+Blue) = 148+219+111=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DB6F is #6B2490. Grayscale: #B9B9B9. Windows color (decimal): -7021713 or 7330708. OLE color: 7330708.
HSL color Cylindrical-coordinate representation of color #94DB6F: hue angle of 99.44º degrees, saturation: 0.6, 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 #94DB6F is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 111 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.14 |
| HSL | 99.44º | 0.6% | 0.65% | - |
| HSV(B) | 99.44º | 0.49% | 0.86% | - |
| XYZ | 40.41 | 58.11 | 24.12 | - |
| YUV | 185.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 111 | 0.32 | 0 | 0.49 | 0.14 | 99.44 | 0.6 | 0.65 |
| Hex | 94 | DB | 6F | 20 | 0 | 31 | E | 63 | 3C | 41 |
| Octal | 224 | 333 | 157 | 40 | 0 | 61 | 16 | 143 | 74 | 101 |
| Binary | 10010100 | 11011011 | 1101111 | 100000 | 0 | 110001 | 1110 | 1100011 | 111100 | 1000001 |
Color Harmonies of #94DB6F
Complementary color
Monochromatic Colors of #94DB6F
Black with #94DB6F
Text Example
Text Example
White with #94DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB6F; }
p { color: rgb(148,219,111); }
H1.HeaderClassName
{
color: #94DB6F;
}
.AnyTagClassName
{
color: #94DB6F;
}
</style>
background-color css
<style>
a { background-color: #94DB6F; }
a { background-color: rgb(148,219,111); }
div.DivClassName
{
background-color: #94DB6F;
}
.BgClassName
{
background-color: #94DB6F;
}
</style>
border-color css
<style>
span { border-color: #94DB6F; }
span { border-color: rgb(148,219,111); }
td.TdClassName
{
border-color: #94DB6F;
}
.TagClassName
{
border-color: #94DB6F;
}
</style>