Shades of Downy #5FF2BF
Tints of Downy #5FF2BF
RGB
CMYK
RGB Variations
Color information
#5FF2BF (or 0x5FF2BF) is known color: Downy. HEX triplet: 5F, F2 and BF. RGB value is (95,242,191). Sum of RGB (Red+Green+Blue) = 95+242+191=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF2BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF2BF is #A00D40. Grayscale: #C0C0C0. Windows color (decimal): -10489153 or 12579423. OLE color: 12579423.
HSL color Cylindrical-coordinate representation of color #5FF2BF: hue angle of 159.18º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF2BF is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 191 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.05 |
| HSL | 159.18º | 0.85% | 0.66% | - |
| HSV(B) | 159.18º | 0.61% | 0.95% | - |
| XYZ | 45.88 | 69.7 | 60.33 | - |
| YUV | 192.23 | 127.3 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 191 | 0.61 | 0 | 0.21 | 0.05 | 159.18 | 0.85 | 0.66 |
| Hex | 5F | F2 | BF | 3D | 0 | 15 | 5 | 9F | 55 | 42 |
| Octal | 137 | 362 | 277 | 75 | 0 | 25 | 5 | 237 | 125 | 102 |
| Binary | 1011111 | 11110010 | 10111111 | 111101 | 0 | 10101 | 101 | 10011111 | 1010101 | 1000010 |
Color Harmonies of #5FF2BF
Complementary color
Monochromatic Colors of #5FF2BF
Black with #5FF2BF
Text Example
Text Example
White with #5FF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF2BF; }
p { color: rgb(95,242,191); }
H1.HeaderClassName
{
color: #5FF2BF;
}
.AnyTagClassName
{
color: #5FF2BF;
}
</style>
background-color css
<style>
a { background-color: #5FF2BF; }
a { background-color: rgb(95,242,191); }
div.DivClassName
{
background-color: #5FF2BF;
}
.BgClassName
{
background-color: #5FF2BF;
}
</style>
border-color css
<style>
span { border-color: #5FF2BF; }
span { border-color: rgb(95,242,191); }
td.TdClassName
{
border-color: #5FF2BF;
}
.TagClassName
{
border-color: #5FF2BF;
}
</style>