Shades of Downy #5FE1BD
Tints of Downy #5FE1BD
RGB
CMYK
RGB Variations
Color information
#5FE1BD (or 0x5FE1BD) is known color: Downy. HEX triplet: 5F, E1 and BD. RGB value is (95,225,189). Sum of RGB (Red+Green+Blue) = 95+225+189=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE1BD is #A01E42. Grayscale: #B6B6B6. Windows color (decimal): -10493507 or 12443999. OLE color: 12443999.
HSL color Cylindrical-coordinate representation of color #5FE1BD: hue angle of 163.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE1BD is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 189 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.12 |
| HSL | 163.38º | 0.68% | 0.63% | - |
| HSV(B) | 163.38º | 0.58% | 0.88% | - |
| XYZ | 40.83 | 59.96 | 57.57 | - |
| YUV | 182.03 | 131.93 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 189 | 0.58 | 0 | 0.16 | 0.12 | 163.38 | 0.68 | 0.63 |
| Hex | 5F | E1 | BD | 3A | 0 | 10 | C | A3 | 44 | 3F |
| Octal | 137 | 341 | 275 | 72 | 0 | 20 | 14 | 243 | 104 | 77 |
| Binary | 1011111 | 11100001 | 10111101 | 111010 | 0 | 10000 | 1100 | 10100011 | 1000100 | 111111 |
Color Harmonies of #5FE1BD
Complementary color
Monochromatic Colors of #5FE1BD
Black with #5FE1BD
Text Example
Text Example
White with #5FE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE1BD; }
p { color: rgb(95,225,189); }
H1.HeaderClassName
{
color: #5FE1BD;
}
.AnyTagClassName
{
color: #5FE1BD;
}
</style>
background-color css
<style>
a { background-color: #5FE1BD; }
a { background-color: rgb(95,225,189); }
div.DivClassName
{
background-color: #5FE1BD;
}
.BgClassName
{
background-color: #5FE1BD;
}
</style>
border-color css
<style>
span { border-color: #5FE1BD; }
span { border-color: rgb(95,225,189); }
td.TdClassName
{
border-color: #5FE1BD;
}
.TagClassName
{
border-color: #5FE1BD;
}
</style>