Shades of Downy #61F1B9
Tints of Downy #61F1B9
RGB
CMYK
RGB Variations
Color information
#61F1B9 (or 0x61F1B9) is known color: Downy. HEX triplet: 61, F1 and B9. RGB value is (97,241,185). Sum of RGB (Red+Green+Blue) = 97+241+185=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F1B9 is #9E0E46. Grayscale: #BFBFBF. Windows color (decimal): -10358343 or 12185953. OLE color: 12185953.
HSL color Cylindrical-coordinate representation of color #61F1B9: hue angle of 156.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F1B9 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 185 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.05 |
| HSL | 156.67º | 0.84% | 0.66% | - |
| HSV(B) | 156.67º | 0.6% | 0.95% | - |
| XYZ | 45.14 | 68.95 | 56.83 | - |
| YUV | 191.56 | 124.29 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 185 | 0.60 | 0 | 0.23 | 0.05 | 156.67 | 0.84 | 0.66 |
| Hex | 61 | F1 | B9 | 3C | 0 | 17 | 5 | 9D | 54 | 42 |
| Octal | 141 | 361 | 271 | 74 | 0 | 27 | 5 | 235 | 124 | 102 |
| Binary | 1100001 | 11110001 | 10111001 | 111100 | 0 | 10111 | 101 | 10011101 | 1010100 | 1000010 |
Color Harmonies of #61F1B9
Complementary color
Monochromatic Colors of #61F1B9
Black with #61F1B9
Text Example
Text Example
White with #61F1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1B9; }
p { color: rgb(97,241,185); }
H1.HeaderClassName
{
color: #61F1B9;
}
.AnyTagClassName
{
color: #61F1B9;
}
</style>
background-color css
<style>
a { background-color: #61F1B9; }
a { background-color: rgb(97,241,185); }
div.DivClassName
{
background-color: #61F1B9;
}
.BgClassName
{
background-color: #61F1B9;
}
</style>
border-color css
<style>
span { border-color: #61F1B9; }
span { border-color: rgb(97,241,185); }
td.TdClassName
{
border-color: #61F1B9;
}
.TagClassName
{
border-color: #61F1B9;
}
</style>