Shades of Downy #5FF5B7
Tints of Downy #5FF5B7
RGB
CMYK
RGB Variations
Color information
#5FF5B7 (or 0x5FF5B7) is known color: Downy. HEX triplet: 5F, F5 and B7. RGB value is (95,245,183). Sum of RGB (Red+Green+Blue) = 95+245+183=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF5B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF5B7 is #A00A48. Grayscale: #C1C1C1. Windows color (decimal): -10488393 or 12055903. OLE color: 12055903.
HSL color Cylindrical-coordinate representation of color #5FF5B7: hue angle of 155.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF5B7 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 183 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.04 |
| HSL | 155.2º | 0.88% | 0.67% | - |
| HSV(B) | 155.2º | 0.61% | 0.96% | - |
| XYZ | 45.92 | 71.16 | 56.11 | - |
| YUV | 193.08 | 122.31 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 183 | 0.61 | 0 | 0.25 | 0.04 | 155.2 | 0.88 | 0.67 |
| Hex | 5F | F5 | B7 | 3D | 0 | 19 | 4 | 9B | 58 | 43 |
| Octal | 137 | 365 | 267 | 75 | 0 | 31 | 4 | 233 | 130 | 103 |
| Binary | 1011111 | 11110101 | 10110111 | 111101 | 0 | 11001 | 100 | 10011011 | 1011000 | 1000011 |
Color Harmonies of #5FF5B7
Complementary color
Monochromatic Colors of #5FF5B7
Black with #5FF5B7
Text Example
Text Example
White with #5FF5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF5B7; }
p { color: rgb(95,245,183); }
H1.HeaderClassName
{
color: #5FF5B7;
}
.AnyTagClassName
{
color: #5FF5B7;
}
</style>
background-color css
<style>
a { background-color: #5FF5B7; }
a { background-color: rgb(95,245,183); }
div.DivClassName
{
background-color: #5FF5B7;
}
.BgClassName
{
background-color: #5FF5B7;
}
</style>
border-color css
<style>
span { border-color: #5FF5B7; }
span { border-color: rgb(95,245,183); }
td.TdClassName
{
border-color: #5FF5B7;
}
.TagClassName
{
border-color: #5FF5B7;
}
</style>