Shades of Downy #5DE2BD
Tints of Downy #5DE2BD
RGB
CMYK
RGB Variations
Color information
#5DE2BD (or 0x5DE2BD) is known color: Downy. HEX triplet: 5D, E2 and BD. RGB value is (93,226,189). Sum of RGB (Red+Green+Blue) = 93+226+189=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #5DE2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE2BD is #A21D42. Grayscale: #B6B6B6. Windows color (decimal): -10624323 or 12444253. OLE color: 12444253.
HSL color Cylindrical-coordinate representation of color #5DE2BD: hue angle of 163.31º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE2BD is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 226 | 189 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.11 |
| HSL | 163.31º | 0.7% | 0.63% | - |
| HSV(B) | 163.31º | 0.59% | 0.89% | - |
| XYZ | 40.9 | 60.39 | 57.65 | - |
| YUV | 182.02 | 131.94 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 226 | 189 | 0.59 | 0 | 0.16 | 0.11 | 163.31 | 0.7 | 0.63 |
| Hex | 5D | E2 | BD | 3B | 0 | 10 | B | A3 | 46 | 3F |
| Octal | 135 | 342 | 275 | 73 | 0 | 20 | 13 | 243 | 106 | 77 |
| Binary | 1011101 | 11100010 | 10111101 | 111011 | 0 | 10000 | 1011 | 10100011 | 1000110 | 111111 |
Color Harmonies of #5DE2BD
Complementary color
Monochromatic Colors of #5DE2BD
Black with #5DE2BD
Text Example
Text Example
White with #5DE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE2BD; }
p { color: rgb(93,226,189); }
H1.HeaderClassName
{
color: #5DE2BD;
}
.AnyTagClassName
{
color: #5DE2BD;
}
</style>
background-color css
<style>
a { background-color: #5DE2BD; }
a { background-color: rgb(93,226,189); }
div.DivClassName
{
background-color: #5DE2BD;
}
.BgClassName
{
background-color: #5DE2BD;
}
</style>
border-color css
<style>
span { border-color: #5DE2BD; }
span { border-color: rgb(93,226,189); }
td.TdClassName
{
border-color: #5DE2BD;
}
.TagClassName
{
border-color: #5DE2BD;
}
</style>