Shades of Downy #5DF3BD
Tints of Downy #5DF3BD
RGB
CMYK
RGB Variations
Color information
#5DF3BD (or 0x5DF3BD) is known color: Downy. HEX triplet: 5D, F3 and BD. RGB value is (93,243,189). Sum of RGB (Red+Green+Blue) = 93+243+189=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF3BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF3BD is #A20C42. Grayscale: #C0C0C0. Windows color (decimal): -10619971 or 12448605. OLE color: 12448605.
HSL color Cylindrical-coordinate representation of color #5DF3BD: hue angle of 158.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF3BD is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 189 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.05 |
| HSL | 158.4º | 0.86% | 0.66% | - |
| HSV(B) | 158.4º | 0.62% | 0.95% | - |
| XYZ | 45.75 | 70.1 | 59.26 | - |
| YUV | 191.99 | 126.31 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 189 | 0.62 | 0 | 0.22 | 0.05 | 158.4 | 0.86 | 0.66 |
| Hex | 5D | F3 | BD | 3E | 0 | 16 | 5 | 9E | 56 | 42 |
| Octal | 135 | 363 | 275 | 76 | 0 | 26 | 5 | 236 | 126 | 102 |
| Binary | 1011101 | 11110011 | 10111101 | 111110 | 0 | 10110 | 101 | 10011110 | 1010110 | 1000010 |
Color Harmonies of #5DF3BD
Complementary color
Monochromatic Colors of #5DF3BD
Black with #5DF3BD
Text Example
Text Example
White with #5DF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF3BD; }
p { color: rgb(93,243,189); }
H1.HeaderClassName
{
color: #5DF3BD;
}
.AnyTagClassName
{
color: #5DF3BD;
}
</style>
background-color css
<style>
a { background-color: #5DF3BD; }
a { background-color: rgb(93,243,189); }
div.DivClassName
{
background-color: #5DF3BD;
}
.BgClassName
{
background-color: #5DF3BD;
}
</style>
border-color css
<style>
span { border-color: #5DF3BD; }
span { border-color: rgb(93,243,189); }
td.TdClassName
{
border-color: #5DF3BD;
}
.TagClassName
{
border-color: #5DF3BD;
}
</style>