Shades of Downy #5DF1C2
Tints of Downy #5DF1C2
RGB
CMYK
RGB Variations
Color information
#5DF1C2 (or 0x5DF1C2) is known color: Downy. HEX triplet: 5D, F1 and C2. RGB value is (93,241,194). Sum of RGB (Red+Green+Blue) = 93+241+194=528 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.61% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF1C2 is #A20E3D. Grayscale: #BFBFBF. Windows color (decimal): -10620478 or 12775773. OLE color: 12775773.
HSL color Cylindrical-coordinate representation of color #5DF1C2: hue angle of 160.95º 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 #5DF1C2 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 194 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.05 |
| HSL | 160.95º | 0.84% | 0.65% | - |
| HSV(B) | 160.95º | 0.61% | 0.95% | - |
| XYZ | 45.71 | 69.13 | 61.97 | - |
| YUV | 191.39 | 129.47 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 194 | 0.61 | 0 | 0.20 | 0.05 | 160.95 | 0.84 | 0.65 |
| Hex | 5D | F1 | C2 | 3D | 0 | 14 | 5 | A1 | 54 | 41 |
| Octal | 135 | 361 | 302 | 75 | 0 | 24 | 5 | 241 | 124 | 101 |
| Binary | 1011101 | 11110001 | 11000010 | 111101 | 0 | 10100 | 101 | 10100001 | 1010100 | 1000001 |
Color Harmonies of #5DF1C2
Complementary color
Monochromatic Colors of #5DF1C2
Black with #5DF1C2
Text Example
Text Example
White with #5DF1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1C2; }
p { color: rgb(93,241,194); }
H1.HeaderClassName
{
color: #5DF1C2;
}
.AnyTagClassName
{
color: #5DF1C2;
}
</style>
background-color css
<style>
a { background-color: #5DF1C2; }
a { background-color: rgb(93,241,194); }
div.DivClassName
{
background-color: #5DF1C2;
}
.BgClassName
{
background-color: #5DF1C2;
}
</style>
border-color css
<style>
span { border-color: #5DF1C2; }
span { border-color: rgb(93,241,194); }
td.TdClassName
{
border-color: #5DF1C2;
}
.TagClassName
{
border-color: #5DF1C2;
}
</style>