Shades of Downy #65DCB7
Tints of Downy #65DCB7
RGB
CMYK
RGB Variations
Color information
#65DCB7 (or 0x65DCB7) is known color: Downy. HEX triplet: 65, DC and B7. RGB value is (101,220,183). Sum of RGB (Red+Green+Blue) = 101+220+183=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCB7 is #9A2348. Grayscale: #B4B4B4. Windows color (decimal): -10101577 or 12049509. OLE color: 12049509.
HSL color Cylindrical-coordinate representation of color #65DCB7: hue angle of 161.34º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DCB7 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 183 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.14 |
| HSL | 161.34º | 0.63% | 0.63% | - |
| HSV(B) | 161.34º | 0.54% | 0.86% | - |
| XYZ | 39.51 | 57.37 | 53.79 | - |
| YUV | 180.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 183 | 0.54 | 0 | 0.17 | 0.14 | 161.34 | 0.63 | 0.63 |
| Hex | 65 | DC | B7 | 36 | 0 | 11 | E | A1 | 3F | 3F |
| Octal | 145 | 334 | 267 | 66 | 0 | 21 | 16 | 241 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10110111 | 110110 | 0 | 10001 | 1110 | 10100001 | 111111 | 111111 |
Color Harmonies of #65DCB7
Complementary color
Monochromatic Colors of #65DCB7
Black with #65DCB7
Text Example
Text Example
White with #65DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCB7; }
p { color: rgb(101,220,183); }
H1.HeaderClassName
{
color: #65DCB7;
}
.AnyTagClassName
{
color: #65DCB7;
}
</style>
background-color css
<style>
a { background-color: #65DCB7; }
a { background-color: rgb(101,220,183); }
div.DivClassName
{
background-color: #65DCB7;
}
.BgClassName
{
background-color: #65DCB7;
}
</style>
border-color css
<style>
span { border-color: #65DCB7; }
span { border-color: rgb(101,220,183); }
td.TdClassName
{
border-color: #65DCB7;
}
.TagClassName
{
border-color: #65DCB7;
}
</style>