Shades of Downy #64E4C5
Tints of Downy #64E4C5
RGB
CMYK
RGB Variations
Color information
#64E4C5 (or 0x64E4C5) is known color: Downy. HEX triplet: 64, E4 and C5. RGB value is (100,228,197). Sum of RGB (Red+Green+Blue) = 100+228+197=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #64E4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E4C5 is #9B1B3A. Grayscale: #BABABA. Windows color (decimal): -10165051 or 12969060. OLE color: 12969060.
HSL color Cylindrical-coordinate representation of color #64E4C5: hue angle of 165.47º degrees, saturation: 0.7, 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 #64E4C5 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 197 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.11 |
| HSL | 165.47º | 0.7% | 0.64% | - |
| HSV(B) | 165.47º | 0.56% | 0.89% | - |
| XYZ | 43.08 | 62.23 | 62.56 | - |
| YUV | 186.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 197 | 0.56 | 0 | 0.14 | 0.11 | 165.47 | 0.7 | 0.64 |
| Hex | 64 | E4 | C5 | 38 | 0 | E | B | A5 | 46 | 40 |
| Octal | 144 | 344 | 305 | 70 | 0 | 16 | 13 | 245 | 106 | 100 |
| Binary | 1100100 | 11100100 | 11000101 | 111000 | 0 | 1110 | 1011 | 10100101 | 1000110 | 1000000 |
Color Harmonies of #64E4C5
Complementary color
Monochromatic Colors of #64E4C5
Black with #64E4C5
Text Example
Text Example
White with #64E4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E4C5; }
p { color: rgb(100,228,197); }
H1.HeaderClassName
{
color: #64E4C5;
}
.AnyTagClassName
{
color: #64E4C5;
}
</style>
background-color css
<style>
a { background-color: #64E4C5; }
a { background-color: rgb(100,228,197); }
div.DivClassName
{
background-color: #64E4C5;
}
.BgClassName
{
background-color: #64E4C5;
}
</style>
border-color css
<style>
span { border-color: #64E4C5; }
span { border-color: rgb(100,228,197); }
td.TdClassName
{
border-color: #64E4C5;
}
.TagClassName
{
border-color: #64E4C5;
}
</style>