Shades of Downy #64E2B9
Tints of Downy #64E2B9
RGB
CMYK
RGB Variations
Color information
#64E2B9 (or 0x64E2B9) is known color: Downy. HEX triplet: 64, E2 and B9. RGB value is (100,226,185). Sum of RGB (Red+Green+Blue) = 100+226+185=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #64E2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E2B9 is #9B1D46. Grayscale: #B7B7B7. Windows color (decimal): -10165575 or 12182116. OLE color: 12182116.
HSL color Cylindrical-coordinate representation of color #64E2B9: hue angle of 160.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E2B9 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 185 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.11 |
| HSL | 160.48º | 0.68% | 0.64% | - |
| HSV(B) | 160.48º | 0.56% | 0.89% | - |
| XYZ | 41.21 | 60.6 | 55.42 | - |
| YUV | 183.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 185 | 0.56 | 0 | 0.18 | 0.11 | 160.48 | 0.68 | 0.64 |
| Hex | 64 | E2 | B9 | 38 | 0 | 12 | B | A0 | 44 | 40 |
| Octal | 144 | 342 | 271 | 70 | 0 | 22 | 13 | 240 | 104 | 100 |
| Binary | 1100100 | 11100010 | 10111001 | 111000 | 0 | 10010 | 1011 | 10100000 | 1000100 | 1000000 |
Color Harmonies of #64E2B9
Complementary color
Monochromatic Colors of #64E2B9
Black with #64E2B9
Text Example
Text Example
White with #64E2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E2B9; }
p { color: rgb(100,226,185); }
H1.HeaderClassName
{
color: #64E2B9;
}
.AnyTagClassName
{
color: #64E2B9;
}
</style>
background-color css
<style>
a { background-color: #64E2B9; }
a { background-color: rgb(100,226,185); }
div.DivClassName
{
background-color: #64E2B9;
}
.BgClassName
{
background-color: #64E2B9;
}
</style>
border-color css
<style>
span { border-color: #64E2B9; }
span { border-color: rgb(100,226,185); }
td.TdClassName
{
border-color: #64E2B9;
}
.TagClassName
{
border-color: #64E2B9;
}
</style>