Shades of Downy #64E7C8
Tints of Downy #64E7C8
RGB
CMYK
RGB Variations
Color information
#64E7C8 (or 0x64E7C8) is known color: Downy. HEX triplet: 64, E7 and C8. RGB value is (100,231,200). Sum of RGB (Red+Green+Blue) = 100+231+200=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #64E7C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E7C8 is #9B1837. Grayscale: #BCBCBC. Windows color (decimal): -10164280 or 13166436. OLE color: 13166436.
HSL color Cylindrical-coordinate representation of color #64E7C8: hue angle of 165.8º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E7C8 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 231 | 200 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.09 |
| HSL | 165.8º | 0.73% | 0.65% | - |
| HSV(B) | 165.8º | 0.57% | 0.91% | - |
| XYZ | 44.26 | 64.03 | 64.67 | - |
| YUV | 188.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 231 | 200 | 0.57 | 0 | 0.13 | 0.09 | 165.8 | 0.73 | 0.65 |
| Hex | 64 | E7 | C8 | 39 | 0 | D | 9 | A6 | 49 | 41 |
| Octal | 144 | 347 | 310 | 71 | 0 | 15 | 11 | 246 | 111 | 101 |
| Binary | 1100100 | 11100111 | 11001000 | 111001 | 0 | 1101 | 1001 | 10100110 | 1001001 | 1000001 |
Color Harmonies of #64E7C8
Complementary color
Monochromatic Colors of #64E7C8
Black with #64E7C8
Text Example
Text Example
White with #64E7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E7C8; }
p { color: rgb(100,231,200); }
H1.HeaderClassName
{
color: #64E7C8;
}
.AnyTagClassName
{
color: #64E7C8;
}
</style>
background-color css
<style>
a { background-color: #64E7C8; }
a { background-color: rgb(100,231,200); }
div.DivClassName
{
background-color: #64E7C8;
}
.BgClassName
{
background-color: #64E7C8;
}
</style>
border-color css
<style>
span { border-color: #64E7C8; }
span { border-color: rgb(100,231,200); }
td.TdClassName
{
border-color: #64E7C8;
}
.TagClassName
{
border-color: #64E7C8;
}
</style>