Shades of Downy #5FE4BF
Tints of Downy #5FE4BF
RGB
CMYK
RGB Variations
Color information
#5FE4BF (or 0x5FE4BF) is known color: Downy. HEX triplet: 5F, E4 and BF. RGB value is (95,228,191). Sum of RGB (Red+Green+Blue) = 95+228+191=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE4BF is #A01B40. Grayscale: #B8B8B8. Windows color (decimal): -10492737 or 12575839. OLE color: 12575839.
HSL color Cylindrical-coordinate representation of color #5FE4BF: hue angle of 163.31º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE4BF is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 191 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.11 |
| HSL | 163.31º | 0.71% | 0.63% | - |
| HSV(B) | 163.31º | 0.58% | 0.89% | - |
| XYZ | 41.87 | 61.68 | 58.99 | - |
| YUV | 184.02 | 131.94 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 191 | 0.58 | 0 | 0.16 | 0.11 | 163.31 | 0.71 | 0.63 |
| Hex | 5F | E4 | BF | 3A | 0 | 10 | B | A3 | 47 | 3F |
| Octal | 137 | 344 | 277 | 72 | 0 | 20 | 13 | 243 | 107 | 77 |
| Binary | 1011111 | 11100100 | 10111111 | 111010 | 0 | 10000 | 1011 | 10100011 | 1000111 | 111111 |
Color Harmonies of #5FE4BF
Complementary color
Monochromatic Colors of #5FE4BF
Black with #5FE4BF
Text Example
Text Example
White with #5FE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE4BF; }
p { color: rgb(95,228,191); }
H1.HeaderClassName
{
color: #5FE4BF;
}
.AnyTagClassName
{
color: #5FE4BF;
}
</style>
background-color css
<style>
a { background-color: #5FE4BF; }
a { background-color: rgb(95,228,191); }
div.DivClassName
{
background-color: #5FE4BF;
}
.BgClassName
{
background-color: #5FE4BF;
}
</style>
border-color css
<style>
span { border-color: #5FE4BF; }
span { border-color: rgb(95,228,191); }
td.TdClassName
{
border-color: #5FE4BF;
}
.TagClassName
{
border-color: #5FE4BF;
}
</style>