Shades of Downy #5FF2BE
Tints of Downy #5FF2BE
RGB
CMYK
RGB Variations
Color information
#5FF2BE (or 0x5FF2BE) is known color: Downy. HEX triplet: 5F, F2 and BE. RGB value is (95,242,190). Sum of RGB (Red+Green+Blue) = 95+242+190=527 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.03% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF2BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF2BE is #A00D41. Grayscale: #C0C0C0. Windows color (decimal): -10489154 or 12513887. OLE color: 12513887.
HSL color Cylindrical-coordinate representation of color #5FF2BE: hue angle of 158.78º 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 #5FF2BE is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 190 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.05 |
| HSL | 158.78º | 0.85% | 0.66% | - |
| HSV(B) | 158.78º | 0.61% | 0.95% | - |
| XYZ | 45.77 | 69.65 | 59.75 | - |
| YUV | 192.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 190 | 0.61 | 0 | 0.21 | 0.05 | 158.78 | 0.85 | 0.66 |
| Hex | 5F | F2 | BE | 3D | 0 | 15 | 5 | 9F | 55 | 42 |
| Octal | 137 | 362 | 276 | 75 | 0 | 25 | 5 | 237 | 125 | 102 |
| Binary | 1011111 | 11110010 | 10111110 | 111101 | 0 | 10101 | 101 | 10011111 | 1010101 | 1000010 |
Color Harmonies of #5FF2BE
Complementary color
Monochromatic Colors of #5FF2BE
Black with #5FF2BE
Text Example
Text Example
White with #5FF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF2BE; }
p { color: rgb(95,242,190); }
H1.HeaderClassName
{
color: #5FF2BE;
}
.AnyTagClassName
{
color: #5FF2BE;
}
</style>
background-color css
<style>
a { background-color: #5FF2BE; }
a { background-color: rgb(95,242,190); }
div.DivClassName
{
background-color: #5FF2BE;
}
.BgClassName
{
background-color: #5FF2BE;
}
</style>
border-color css
<style>
span { border-color: #5FF2BE; }
span { border-color: rgb(95,242,190); }
td.TdClassName
{
border-color: #5FF2BE;
}
.TagClassName
{
border-color: #5FF2BE;
}
</style>