Shades of Downy #61F1BD
Tints of Downy #61F1BD
RGB
CMYK
RGB Variations
Color information
#61F1BD (or 0x61F1BD) is known color: Downy. HEX triplet: 61, F1 and BD. RGB value is (97,241,189). Sum of RGB (Red+Green+Blue) = 97+241+189=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F1BD is #9E0E42. Grayscale: #C0C0C0. Windows color (decimal): -10358339 or 12448097. OLE color: 12448097.
HSL color Cylindrical-coordinate representation of color #61F1BD: hue angle of 158.33º 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 #61F1BD is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 189 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.05 |
| HSL | 158.33º | 0.84% | 0.66% | - |
| HSV(B) | 158.33º | 0.6% | 0.95% | - |
| XYZ | 45.57 | 69.13 | 59.08 | - |
| YUV | 192.02 | 126.29 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 189 | 0.60 | 0 | 0.22 | 0.05 | 158.33 | 0.84 | 0.66 |
| Hex | 61 | F1 | BD | 3C | 0 | 16 | 5 | 9E | 54 | 42 |
| Octal | 141 | 361 | 275 | 74 | 0 | 26 | 5 | 236 | 124 | 102 |
| Binary | 1100001 | 11110001 | 10111101 | 111100 | 0 | 10110 | 101 | 10011110 | 1010100 | 1000010 |
Color Harmonies of #61F1BD
Complementary color
Monochromatic Colors of #61F1BD
Black with #61F1BD
Text Example
Text Example
White with #61F1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1BD; }
p { color: rgb(97,241,189); }
H1.HeaderClassName
{
color: #61F1BD;
}
.AnyTagClassName
{
color: #61F1BD;
}
</style>
background-color css
<style>
a { background-color: #61F1BD; }
a { background-color: rgb(97,241,189); }
div.DivClassName
{
background-color: #61F1BD;
}
.BgClassName
{
background-color: #61F1BD;
}
</style>
border-color css
<style>
span { border-color: #61F1BD; }
span { border-color: rgb(97,241,189); }
td.TdClassName
{
border-color: #61F1BD;
}
.TagClassName
{
border-color: #61F1BD;
}
</style>