Shades of Downy #5EEDBD
Tints of Downy #5EEDBD
RGB
CMYK
RGB Variations
Color information
#5EEDBD (or 0x5EEDBD) is known color: Downy. HEX triplet: 5E, ED and BD. RGB value is (94,237,189). Sum of RGB (Red+Green+Blue) = 94+237+189=520 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.08% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #5EEDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEDBD is #A11242. Grayscale: #BCBCBC. Windows color (decimal): -10555971 or 12447070. OLE color: 12447070.
HSL color Cylindrical-coordinate representation of color #5EEDBD: hue angle of 159.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEDBD is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 237 | 189 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.07 |
| HSL | 159.86º | 0.8% | 0.65% | - |
| HSV(B) | 159.86º | 0.6% | 0.93% | - |
| XYZ | 44.09 | 66.62 | 58.68 | - |
| YUV | 188.77 | 128.12 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 237 | 189 | 0.60 | 0 | 0.20 | 0.07 | 159.86 | 0.8 | 0.65 |
| Hex | 5E | ED | BD | 3C | 0 | 14 | 7 | A0 | 50 | 41 |
| Octal | 136 | 355 | 275 | 74 | 0 | 24 | 7 | 240 | 120 | 101 |
| Binary | 1011110 | 11101101 | 10111101 | 111100 | 0 | 10100 | 111 | 10100000 | 1010000 | 1000001 |
Color Harmonies of #5EEDBD
Complementary color
Monochromatic Colors of #5EEDBD
Black with #5EEDBD
Text Example
Text Example
White with #5EEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEDBD; }
p { color: rgb(94,237,189); }
H1.HeaderClassName
{
color: #5EEDBD;
}
.AnyTagClassName
{
color: #5EEDBD;
}
</style>
background-color css
<style>
a { background-color: #5EEDBD; }
a { background-color: rgb(94,237,189); }
div.DivClassName
{
background-color: #5EEDBD;
}
.BgClassName
{
background-color: #5EEDBD;
}
</style>
border-color css
<style>
span { border-color: #5EEDBD; }
span { border-color: rgb(94,237,189); }
td.TdClassName
{
border-color: #5EEDBD;
}
.TagClassName
{
border-color: #5EEDBD;
}
</style>