Shades of Downy #65DDB9
Tints of Downy #65DDB9
RGB
CMYK
RGB Variations
Color information
#65DDB9 (or 0x65DDB9) is known color: Downy. HEX triplet: 65, DD and B9. RGB value is (101,221,185). Sum of RGB (Red+Green+Blue) = 101+221+185=507 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.92% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDB9 is #9A2246. Grayscale: #B5B5B5. Windows color (decimal): -10101319 or 12180837. OLE color: 12180837.
HSL color Cylindrical-coordinate representation of color #65DDB9: hue angle of 162º 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 #65DDB9 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 185 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.13 |
| HSL | 162º | 0.64% | 0.63% | - |
| HSV(B) | 162º | 0.54% | 0.87% | - |
| XYZ | 39.98 | 57.98 | 54.98 | - |
| YUV | 181.02 | 130.24 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 185 | 0.54 | 0 | 0.16 | 0.13 | 162 | 0.64 | 0.63 |
| Hex | 65 | DD | B9 | 36 | 0 | 10 | D | A2 | 40 | 3F |
| Octal | 145 | 335 | 271 | 66 | 0 | 20 | 15 | 242 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10111001 | 110110 | 0 | 10000 | 1101 | 10100010 | 1000000 | 111111 |
Color Harmonies of #65DDB9
Complementary color
Monochromatic Colors of #65DDB9
Black with #65DDB9
Text Example
Text Example
White with #65DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDB9; }
p { color: rgb(101,221,185); }
H1.HeaderClassName
{
color: #65DDB9;
}
.AnyTagClassName
{
color: #65DDB9;
}
</style>
background-color css
<style>
a { background-color: #65DDB9; }
a { background-color: rgb(101,221,185); }
div.DivClassName
{
background-color: #65DDB9;
}
.BgClassName
{
background-color: #65DDB9;
}
</style>
border-color css
<style>
span { border-color: #65DDB9; }
span { border-color: rgb(101,221,185); }
td.TdClassName
{
border-color: #65DDB9;
}
.TagClassName
{
border-color: #65DDB9;
}
</style>