Shades of Downy #5DEFBB
Tints of Downy #5DEFBB
RGB
CMYK
RGB Variations
Color information
#5DEFBB (or 0x5DEFBB) is known color: Downy. HEX triplet: 5D, EF and BB. RGB value is (93,239,187). Sum of RGB (Red+Green+Blue) = 93+239+187=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFBB is #A21044. Grayscale: #BDBDBD. Windows color (decimal): -10620997 or 12316509. OLE color: 12316509.
HSL color Cylindrical-coordinate representation of color #5DEFBB: hue angle of 158.63º 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 #5DEFBB is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 187 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.06 |
| HSL | 158.63º | 0.82% | 0.65% | - |
| HSV(B) | 158.63º | 0.61% | 0.94% | - |
| XYZ | 44.35 | 67.65 | 57.73 | - |
| YUV | 189.42 | 126.63 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 187 | 0.61 | 0 | 0.22 | 0.06 | 158.63 | 0.82 | 0.65 |
| Hex | 5D | EF | BB | 3D | 0 | 16 | 6 | 9F | 52 | 41 |
| Octal | 135 | 357 | 273 | 75 | 0 | 26 | 6 | 237 | 122 | 101 |
| Binary | 1011101 | 11101111 | 10111011 | 111101 | 0 | 10110 | 110 | 10011111 | 1010010 | 1000001 |
Color Harmonies of #5DEFBB
Complementary color
Monochromatic Colors of #5DEFBB
Black with #5DEFBB
Text Example
Text Example
White with #5DEFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFBB; }
p { color: rgb(93,239,187); }
H1.HeaderClassName
{
color: #5DEFBB;
}
.AnyTagClassName
{
color: #5DEFBB;
}
</style>
background-color css
<style>
a { background-color: #5DEFBB; }
a { background-color: rgb(93,239,187); }
div.DivClassName
{
background-color: #5DEFBB;
}
.BgClassName
{
background-color: #5DEFBB;
}
</style>
border-color css
<style>
span { border-color: #5DEFBB; }
span { border-color: rgb(93,239,187); }
td.TdClassName
{
border-color: #5DEFBB;
}
.TagClassName
{
border-color: #5DEFBB;
}
</style>