Shades of Downy #5DF5BE
Tints of Downy #5DF5BE
RGB
CMYK
RGB Variations
Color information
#5DF5BE (or 0x5DF5BE) is known color: Downy. HEX triplet: 5D, F5 and BE. RGB value is (93,245,190). Sum of RGB (Red+Green+Blue) = 93+245+190=528 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.61% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #5DF5BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF5BE is #A20A41. Grayscale: #C1C1C1. Windows color (decimal): -10619458 or 12514653. OLE color: 12514653.
HSL color Cylindrical-coordinate representation of color #5DF5BE: hue angle of 158.29º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF5BE is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 245 | 190 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.04 |
| HSL | 158.29º | 0.88% | 0.66% | - |
| HSV(B) | 158.29º | 0.62% | 0.96% | - |
| XYZ | 46.46 | 71.35 | 60.04 | - |
| YUV | 193.28 | 126.14 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 245 | 190 | 0.62 | 0 | 0.22 | 0.04 | 158.29 | 0.88 | 0.66 |
| Hex | 5D | F5 | BE | 3E | 0 | 16 | 4 | 9E | 58 | 42 |
| Octal | 135 | 365 | 276 | 76 | 0 | 26 | 4 | 236 | 130 | 102 |
| Binary | 1011101 | 11110101 | 10111110 | 111110 | 0 | 10110 | 100 | 10011110 | 1011000 | 1000010 |
Color Harmonies of #5DF5BE
Complementary color
Monochromatic Colors of #5DF5BE
Black with #5DF5BE
Text Example
Text Example
White with #5DF5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF5BE; }
p { color: rgb(93,245,190); }
H1.HeaderClassName
{
color: #5DF5BE;
}
.AnyTagClassName
{
color: #5DF5BE;
}
</style>
background-color css
<style>
a { background-color: #5DF5BE; }
a { background-color: rgb(93,245,190); }
div.DivClassName
{
background-color: #5DF5BE;
}
.BgClassName
{
background-color: #5DF5BE;
}
</style>
border-color css
<style>
span { border-color: #5DF5BE; }
span { border-color: rgb(93,245,190); }
td.TdClassName
{
border-color: #5DF5BE;
}
.TagClassName
{
border-color: #5DF5BE;
}
</style>