Shades of Downy #5DF1C3
Tints of Downy #5DF1C3
RGB
CMYK
RGB Variations
Color information
#5DF1C3 (or 0x5DF1C3) is known color: Downy. HEX triplet: 5D, F1 and C3. RGB value is (93,241,195). Sum of RGB (Red+Green+Blue) = 93+241+195=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF1C3 is #A20E3C. Grayscale: #BFBFBF. Windows color (decimal): -10620477 or 12841309. OLE color: 12841309.
HSL color Cylindrical-coordinate representation of color #5DF1C3: hue angle of 161.35º 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 #5DF1C3 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 195 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.05 |
| HSL | 161.35º | 0.84% | 0.65% | - |
| HSV(B) | 161.35º | 0.61% | 0.95% | - |
| XYZ | 45.82 | 69.18 | 62.57 | - |
| YUV | 191.5 | 129.97 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 195 | 0.61 | 0 | 0.19 | 0.05 | 161.35 | 0.84 | 0.65 |
| Hex | 5D | F1 | C3 | 3D | 0 | 13 | 5 | A1 | 54 | 41 |
| Octal | 135 | 361 | 303 | 75 | 0 | 23 | 5 | 241 | 124 | 101 |
| Binary | 1011101 | 11110001 | 11000011 | 111101 | 0 | 10011 | 101 | 10100001 | 1010100 | 1000001 |
Color Harmonies of #5DF1C3
Complementary color
Monochromatic Colors of #5DF1C3
Black with #5DF1C3
Text Example
Text Example
White with #5DF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1C3; }
p { color: rgb(93,241,195); }
H1.HeaderClassName
{
color: #5DF1C3;
}
.AnyTagClassName
{
color: #5DF1C3;
}
</style>
background-color css
<style>
a { background-color: #5DF1C3; }
a { background-color: rgb(93,241,195); }
div.DivClassName
{
background-color: #5DF1C3;
}
.BgClassName
{
background-color: #5DF1C3;
}
</style>
border-color css
<style>
span { border-color: #5DF1C3; }
span { border-color: rgb(93,241,195); }
td.TdClassName
{
border-color: #5DF1C3;
}
.TagClassName
{
border-color: #5DF1C3;
}
</style>