Shades of Downy #5DEFBE
Tints of Downy #5DEFBE
RGB
CMYK
RGB Variations
Color information
#5DEFBE (or 0x5DEFBE) is known color: Downy. HEX triplet: 5D, EF and BE. RGB value is (93,239,190). Sum of RGB (Red+Green+Blue) = 93+239+190=522 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.82% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFBE is #A21041. Grayscale: #BDBDBD. Windows color (decimal): -10620994 or 12513117. OLE color: 12513117.
HSL color Cylindrical-coordinate representation of color #5DEFBE: hue angle of 159.86º 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 #5DEFBE is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 190 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.06 |
| HSL | 159.86º | 0.82% | 0.65% | - |
| HSV(B) | 159.86º | 0.61% | 0.94% | - |
| XYZ | 44.67 | 67.78 | 59.44 | - |
| YUV | 189.76 | 128.13 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 190 | 0.61 | 0 | 0.21 | 0.06 | 159.86 | 0.82 | 0.65 |
| Hex | 5D | EF | BE | 3D | 0 | 15 | 6 | A0 | 52 | 41 |
| Octal | 135 | 357 | 276 | 75 | 0 | 25 | 6 | 240 | 122 | 101 |
| Binary | 1011101 | 11101111 | 10111110 | 111101 | 0 | 10101 | 110 | 10100000 | 1010010 | 1000001 |
Color Harmonies of #5DEFBE
Complementary color
Monochromatic Colors of #5DEFBE
Black with #5DEFBE
Text Example
Text Example
White with #5DEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFBE; }
p { color: rgb(93,239,190); }
H1.HeaderClassName
{
color: #5DEFBE;
}
.AnyTagClassName
{
color: #5DEFBE;
}
</style>
background-color css
<style>
a { background-color: #5DEFBE; }
a { background-color: rgb(93,239,190); }
div.DivClassName
{
background-color: #5DEFBE;
}
.BgClassName
{
background-color: #5DEFBE;
}
</style>
border-color css
<style>
span { border-color: #5DEFBE; }
span { border-color: rgb(93,239,190); }
td.TdClassName
{
border-color: #5DEFBE;
}
.TagClassName
{
border-color: #5DEFBE;
}
</style>