Shades of Gossip #94DD65
Tints of Gossip #94DD65
RGB
CMYK
RGB Variations
Color information
#94DD65 (or 0x94DD65) is known color: Gossip. HEX triplet: 94, DD and 65. RGB value is (148,221,101). Sum of RGB (Red+Green+Blue) = 148+221+101=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DD65 is #6B229A. Grayscale: #B9B9B9. Windows color (decimal): -7021211 or 6675860. OLE color: 6675860.
HSL color Cylindrical-coordinate representation of color #94DD65: hue angle of 96.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94DD65 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 101 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.13 |
| HSL | 96.5º | 0.64% | 0.63% | - |
| HSV(B) | 96.5º | 0.54% | 0.87% | - |
| XYZ | 40.42 | 58.95 | 21.56 | - |
| YUV | 185.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 101 | 0.33 | 0 | 0.54 | 0.13 | 96.5 | 0.64 | 0.63 |
| Hex | 94 | DD | 65 | 21 | 0 | 36 | D | 60 | 40 | 3F |
| Octal | 224 | 335 | 145 | 41 | 0 | 66 | 15 | 140 | 100 | 77 |
| Binary | 10010100 | 11011101 | 1100101 | 100001 | 0 | 110110 | 1101 | 1100000 | 1000000 | 111111 |
Color Harmonies of #94DD65
Complementary color
Monochromatic Colors of #94DD65
Black with #94DD65
Text Example
Text Example
White with #94DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DD65; }
p { color: rgb(148,221,101); }
H1.HeaderClassName
{
color: #94DD65;
}
.AnyTagClassName
{
color: #94DD65;
}
</style>
background-color css
<style>
a { background-color: #94DD65; }
a { background-color: rgb(148,221,101); }
div.DivClassName
{
background-color: #94DD65;
}
.BgClassName
{
background-color: #94DD65;
}
</style>
border-color css
<style>
span { border-color: #94DD65; }
span { border-color: rgb(148,221,101); }
td.TdClassName
{
border-color: #94DD65;
}
.TagClassName
{
border-color: #94DD65;
}
</style>