Shades of Downy #5DF1BE
Tints of Downy #5DF1BE
RGB
CMYK
RGB Variations
Color information
#5DF1BE (or 0x5DF1BE) is known color: Downy. HEX triplet: 5D, F1 and BE. RGB value is (93,241,190). Sum of RGB (Red+Green+Blue) = 93+241+190=524 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.75% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF1BE is #A20E41. Grayscale: #BEBEBE. Windows color (decimal): -10620482 or 12513629. OLE color: 12513629.
HSL color Cylindrical-coordinate representation of color #5DF1BE: hue angle of 159.32º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF1BE is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 190 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.05 |
| HSL | 159.32º | 0.84% | 0.65% | - |
| HSV(B) | 159.32º | 0.61% | 0.95% | - |
| XYZ | 45.26 | 68.96 | 59.64 | - |
| YUV | 190.93 | 127.47 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 190 | 0.61 | 0 | 0.21 | 0.05 | 159.32 | 0.84 | 0.65 |
| Hex | 5D | F1 | BE | 3D | 0 | 15 | 5 | 9F | 54 | 41 |
| Octal | 135 | 361 | 276 | 75 | 0 | 25 | 5 | 237 | 124 | 101 |
| Binary | 1011101 | 11110001 | 10111110 | 111101 | 0 | 10101 | 101 | 10011111 | 1010100 | 1000001 |
Color Harmonies of #5DF1BE
Complementary color
Monochromatic Colors of #5DF1BE
Black with #5DF1BE
Text Example
Text Example
White with #5DF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1BE; }
p { color: rgb(93,241,190); }
H1.HeaderClassName
{
color: #5DF1BE;
}
.AnyTagClassName
{
color: #5DF1BE;
}
</style>
background-color css
<style>
a { background-color: #5DF1BE; }
a { background-color: rgb(93,241,190); }
div.DivClassName
{
background-color: #5DF1BE;
}
.BgClassName
{
background-color: #5DF1BE;
}
</style>
border-color css
<style>
span { border-color: #5DF1BE; }
span { border-color: rgb(93,241,190); }
td.TdClassName
{
border-color: #5DF1BE;
}
.TagClassName
{
border-color: #5DF1BE;
}
</style>