Shades of Gossip #94DB69
Tints of Gossip #94DB69
RGB
CMYK
RGB Variations
Color information
#94DB69 (or 0x94DB69) is known color: Gossip. HEX triplet: 94, DB and 69. RGB value is (148,219,105). Sum of RGB (Red+Green+Blue) = 148+219+105=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DB69 is #6B2496. Grayscale: #B9B9B9. Windows color (decimal): -7021719 or 6937492. OLE color: 6937492.
HSL color Cylindrical-coordinate representation of color #94DB69: hue angle of 97.37º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94DB69 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 105 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.14 |
| HSL | 97.37º | 0.61% | 0.64% | - |
| HSV(B) | 97.37º | 0.52% | 0.86% | - |
| XYZ | 40.09 | 57.98 | 22.44 | - |
| YUV | 184.78 | 82.98 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 105 | 0.32 | 0 | 0.52 | 0.14 | 97.37 | 0.61 | 0.64 |
| Hex | 94 | DB | 69 | 20 | 0 | 34 | E | 61 | 3D | 40 |
| Octal | 224 | 333 | 151 | 40 | 0 | 64 | 16 | 141 | 75 | 100 |
| Binary | 10010100 | 11011011 | 1101001 | 100000 | 0 | 110100 | 1110 | 1100001 | 111101 | 1000000 |
Color Harmonies of #94DB69
Complementary color
Monochromatic Colors of #94DB69
Black with #94DB69
Text Example
Text Example
White with #94DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB69; }
p { color: rgb(148,219,105); }
H1.HeaderClassName
{
color: #94DB69;
}
.AnyTagClassName
{
color: #94DB69;
}
</style>
background-color css
<style>
a { background-color: #94DB69; }
a { background-color: rgb(148,219,105); }
div.DivClassName
{
background-color: #94DB69;
}
.BgClassName
{
background-color: #94DB69;
}
</style>
border-color css
<style>
span { border-color: #94DB69; }
span { border-color: rgb(148,219,105); }
td.TdClassName
{
border-color: #94DB69;
}
.TagClassName
{
border-color: #94DB69;
}
</style>