Shades of Downy #5FEEBC
Tints of Downy #5FEEBC
RGB
CMYK
RGB Variations
Color information
#5FEEBC (or 0x5FEEBC) is known color: Downy. HEX triplet: 5F, EE and BC. RGB value is (95,238,188). Sum of RGB (Red+Green+Blue) = 95+238+188=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEEBC is #A01143. Grayscale: #BDBDBD. Windows color (decimal): -10490180 or 12381791. OLE color: 12381791.
HSL color Cylindrical-coordinate representation of color #5FEEBC: hue angle of 159.02º degrees, saturation: 0.81, 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 #5FEEBC is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 188 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.07 |
| HSL | 159.02º | 0.81% | 0.65% | - |
| HSV(B) | 159.02º | 0.6% | 0.93% | - |
| XYZ | 44.37 | 67.21 | 58.21 | - |
| YUV | 189.54 | 127.12 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 188 | 0.60 | 0 | 0.21 | 0.07 | 159.02 | 0.81 | 0.65 |
| Hex | 5F | EE | BC | 3C | 0 | 15 | 7 | 9F | 51 | 41 |
| Octal | 137 | 356 | 274 | 74 | 0 | 25 | 7 | 237 | 121 | 101 |
| Binary | 1011111 | 11101110 | 10111100 | 111100 | 0 | 10101 | 111 | 10011111 | 1010001 | 1000001 |
Color Harmonies of #5FEEBC
Complementary color
Monochromatic Colors of #5FEEBC
Black with #5FEEBC
Text Example
Text Example
White with #5FEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEBC; }
p { color: rgb(95,238,188); }
H1.HeaderClassName
{
color: #5FEEBC;
}
.AnyTagClassName
{
color: #5FEEBC;
}
</style>
background-color css
<style>
a { background-color: #5FEEBC; }
a { background-color: rgb(95,238,188); }
div.DivClassName
{
background-color: #5FEEBC;
}
.BgClassName
{
background-color: #5FEEBC;
}
</style>
border-color css
<style>
span { border-color: #5FEEBC; }
span { border-color: rgb(95,238,188); }
td.TdClassName
{
border-color: #5FEEBC;
}
.TagClassName
{
border-color: #5FEEBC;
}
</style>