Shades of Downy #71F0B5
Tints of Downy #71F0B5
RGB
CMYK
RGB Variations
Color information
#71F0B5 (or 0x71F0B5) is known color: Downy. HEX triplet: 71, F0 and B5. RGB value is (113,240,181). Sum of RGB (Red+Green+Blue) = 113+240+181=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #71F0B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F0B5 is #8E0F4A. Grayscale: #C3C3C3. Windows color (decimal): -9310027 or 11923569. OLE color: 11923569.
HSL color Cylindrical-coordinate representation of color #71F0B5: hue angle of 152.13º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F0B5 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 240 | 181 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.06 |
| HSL | 152.13º | 0.81% | 0.69% | - |
| HSV(B) | 152.13º | 0.53% | 0.94% | - |
| XYZ | 46.31 | 69.17 | 54.63 | - |
| YUV | 195.3 | 119.92 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 240 | 181 | 0.53 | 0 | 0.25 | 0.06 | 152.13 | 0.81 | 0.69 |
| Hex | 71 | F0 | B5 | 35 | 0 | 19 | 6 | 98 | 51 | 45 |
| Octal | 161 | 360 | 265 | 65 | 0 | 31 | 6 | 230 | 121 | 105 |
| Binary | 1110001 | 11110000 | 10110101 | 110101 | 0 | 11001 | 110 | 10011000 | 1010001 | 1000101 |
Color Harmonies of #71F0B5
Complementary color
Monochromatic Colors of #71F0B5
Black with #71F0B5
Text Example
Text Example
White with #71F0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F0B5; }
p { color: rgb(113,240,181); }
H1.HeaderClassName
{
color: #71F0B5;
}
.AnyTagClassName
{
color: #71F0B5;
}
</style>
background-color css
<style>
a { background-color: #71F0B5; }
a { background-color: rgb(113,240,181); }
div.DivClassName
{
background-color: #71F0B5;
}
.BgClassName
{
background-color: #71F0B5;
}
</style>
border-color css
<style>
span { border-color: #71F0B5; }
span { border-color: rgb(113,240,181); }
td.TdClassName
{
border-color: #71F0B5;
}
.TagClassName
{
border-color: #71F0B5;
}
</style>