Shades of Downy #65D7B9
Tints of Downy #65D7B9
RGB
CMYK
RGB Variations
Color information
#65D7B9 (or 0x65D7B9) is known color: Downy. HEX triplet: 65, D7 and B9. RGB value is (101,215,185). Sum of RGB (Red+Green+Blue) = 101+215+185=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #65D7B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D7B9 is #9A2846. Grayscale: #B1B1B1. Windows color (decimal): -10102855 or 12179301. OLE color: 12179301.
HSL color Cylindrical-coordinate representation of color #65D7B9: hue angle of 164.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D7B9 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 185 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.16 |
| HSL | 164.21º | 0.59% | 0.62% | - |
| HSV(B) | 164.21º | 0.53% | 0.84% | - |
| XYZ | 38.42 | 54.87 | 54.46 | - |
| YUV | 177.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 185 | 0.53 | 0 | 0.14 | 0.16 | 164.21 | 0.59 | 0.62 |
| Hex | 65 | D7 | B9 | 35 | 0 | E | 10 | A4 | 3B | 3E |
| Octal | 145 | 327 | 271 | 65 | 0 | 16 | 20 | 244 | 73 | 76 |
| Binary | 1100101 | 11010111 | 10111001 | 110101 | 0 | 1110 | 10000 | 10100100 | 111011 | 111110 |
Color Harmonies of #65D7B9
Complementary color
Monochromatic Colors of #65D7B9
Black with #65D7B9
Text Example
Text Example
White with #65D7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D7B9; }
p { color: rgb(101,215,185); }
H1.HeaderClassName
{
color: #65D7B9;
}
.AnyTagClassName
{
color: #65D7B9;
}
</style>
background-color css
<style>
a { background-color: #65D7B9; }
a { background-color: rgb(101,215,185); }
div.DivClassName
{
background-color: #65D7B9;
}
.BgClassName
{
background-color: #65D7B9;
}
</style>
border-color css
<style>
span { border-color: #65D7B9; }
span { border-color: rgb(101,215,185); }
td.TdClassName
{
border-color: #65D7B9;
}
.TagClassName
{
border-color: #65D7B9;
}
</style>