Shades of Downy #64EDBD
Tints of Downy #64EDBD
RGB
CMYK
RGB Variations
Color information
#64EDBD (or 0x64EDBD) is known color: Downy. HEX triplet: 64, ED and BD. RGB value is (100,237,189). Sum of RGB (Red+Green+Blue) = 100+237+189=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #64EDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EDBD is #9B1242. Grayscale: #BEBEBE. Windows color (decimal): -10162755 or 12447076. OLE color: 12447076.
HSL color Cylindrical-coordinate representation of color #64EDBD: hue angle of 158.98º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EDBD is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 237 | 189 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.07 |
| HSL | 158.98º | 0.79% | 0.66% | - |
| HSV(B) | 158.98º | 0.58% | 0.93% | - |
| XYZ | 44.73 | 66.95 | 58.71 | - |
| YUV | 190.57 | 127.11 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 189 | 0.58 | 0 | 0.20 | 0.07 | 158.98 | 0.79 | 0.66 |
| Hex | 64 | ED | BD | 3A | 0 | 14 | 7 | 9F | 4F | 42 |
| Octal | 144 | 355 | 275 | 72 | 0 | 24 | 7 | 237 | 117 | 102 |
| Binary | 1100100 | 11101101 | 10111101 | 111010 | 0 | 10100 | 111 | 10011111 | 1001111 | 1000010 |
Color Harmonies of #64EDBD
Complementary color
Monochromatic Colors of #64EDBD
Black with #64EDBD
Text Example
Text Example
White with #64EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EDBD; }
p { color: rgb(100,237,189); }
H1.HeaderClassName
{
color: #64EDBD;
}
.AnyTagClassName
{
color: #64EDBD;
}
</style>
background-color css
<style>
a { background-color: #64EDBD; }
a { background-color: rgb(100,237,189); }
div.DivClassName
{
background-color: #64EDBD;
}
.BgClassName
{
background-color: #64EDBD;
}
</style>
border-color css
<style>
span { border-color: #64EDBD; }
span { border-color: rgb(100,237,189); }
td.TdClassName
{
border-color: #64EDBD;
}
.TagClassName
{
border-color: #64EDBD;
}
</style>