Shades of Downy #5DEFC5
Tints of Downy #5DEFC5
RGB
CMYK
RGB Variations
Color information
#5DEFC5 (or 0x5DEFC5) is known color: Downy. HEX triplet: 5D, EF and C5. RGB value is (93,239,197). Sum of RGB (Red+Green+Blue) = 93+239+197=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFC5 is #A2103A. Grayscale: #BEBEBE. Windows color (decimal): -10620987 or 12971869. OLE color: 12971869.
HSL color Cylindrical-coordinate representation of color #5DEFC5: hue angle of 162.74º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFC5 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 197 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.06 |
| HSL | 162.74º | 0.82% | 0.65% | - |
| HSV(B) | 162.74º | 0.61% | 0.94% | - |
| XYZ | 45.46 | 68.09 | 63.57 | - |
| YUV | 190.56 | 131.63 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 197 | 0.61 | 0 | 0.18 | 0.06 | 162.74 | 0.82 | 0.65 |
| Hex | 5D | EF | C5 | 3D | 0 | 12 | 6 | A3 | 52 | 41 |
| Octal | 135 | 357 | 305 | 75 | 0 | 22 | 6 | 243 | 122 | 101 |
| Binary | 1011101 | 11101111 | 11000101 | 111101 | 0 | 10010 | 110 | 10100011 | 1010010 | 1000001 |
Color Harmonies of #5DEFC5
Complementary color
Monochromatic Colors of #5DEFC5
Black with #5DEFC5
Text Example
Text Example
White with #5DEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFC5; }
p { color: rgb(93,239,197); }
H1.HeaderClassName
{
color: #5DEFC5;
}
.AnyTagClassName
{
color: #5DEFC5;
}
</style>
background-color css
<style>
a { background-color: #5DEFC5; }
a { background-color: rgb(93,239,197); }
div.DivClassName
{
background-color: #5DEFC5;
}
.BgClassName
{
background-color: #5DEFC5;
}
</style>
border-color css
<style>
span { border-color: #5DEFC5; }
span { border-color: rgb(93,239,197); }
td.TdClassName
{
border-color: #5DEFC5;
}
.TagClassName
{
border-color: #5DEFC5;
}
</style>