Shades of Downy #5DE7C4
Tints of Downy #5DE7C4
RGB
CMYK
RGB Variations
Color information
#5DE7C4 (or 0x5DE7C4) is known color: Downy. HEX triplet: 5D, E7 and C4. RGB value is (93,231,196). Sum of RGB (Red+Green+Blue) = 93+231+196=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #5DE7C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE7C4 is #A2183B. Grayscale: #B9B9B9. Windows color (decimal): -10623036 or 12904285. OLE color: 12904285.
HSL color Cylindrical-coordinate representation of color #5DE7C4: hue angle of 164.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE7C4 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 231 | 196 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.09 |
| HSL | 164.78º | 0.74% | 0.64% | - |
| HSV(B) | 164.78º | 0.6% | 0.91% | - |
| XYZ | 43.05 | 63.46 | 62.21 | - |
| YUV | 185.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 231 | 196 | 0.60 | 0 | 0.15 | 0.09 | 164.78 | 0.74 | 0.64 |
| Hex | 5D | E7 | C4 | 3C | 0 | F | 9 | A5 | 4A | 40 |
| Octal | 135 | 347 | 304 | 74 | 0 | 17 | 11 | 245 | 112 | 100 |
| Binary | 1011101 | 11100111 | 11000100 | 111100 | 0 | 1111 | 1001 | 10100101 | 1001010 | 1000000 |
Color Harmonies of #5DE7C4
Complementary color
Monochromatic Colors of #5DE7C4
Black with #5DE7C4
Text Example
Text Example
White with #5DE7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE7C4; }
p { color: rgb(93,231,196); }
H1.HeaderClassName
{
color: #5DE7C4;
}
.AnyTagClassName
{
color: #5DE7C4;
}
</style>
background-color css
<style>
a { background-color: #5DE7C4; }
a { background-color: rgb(93,231,196); }
div.DivClassName
{
background-color: #5DE7C4;
}
.BgClassName
{
background-color: #5DE7C4;
}
</style>
border-color css
<style>
span { border-color: #5DE7C4; }
span { border-color: rgb(93,231,196); }
td.TdClassName
{
border-color: #5DE7C4;
}
.TagClassName
{
border-color: #5DE7C4;
}
</style>