Shades of Downy #71DFB7
Tints of Downy #71DFB7
RGB
CMYK
RGB Variations
Color information
#71DFB7 (or 0x71DFB7) is known color: Downy. HEX triplet: 71, DF and B7. RGB value is (113,223,183). Sum of RGB (Red+Green+Blue) = 113+223+183=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFB7 is #8E2048. Grayscale: #B9B9B9. Windows color (decimal): -9314377 or 12050289. OLE color: 12050289.
HSL color Cylindrical-coordinate representation of color #71DFB7: hue angle of 158.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DFB7 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 183 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.13 |
| HSL | 158.18º | 0.63% | 0.66% | - |
| HSV(B) | 158.18º | 0.49% | 0.87% | - |
| XYZ | 41.74 | 59.7 | 54.12 | - |
| YUV | 185.55 | 126.56 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 183 | 0.49 | 0 | 0.18 | 0.13 | 158.18 | 0.63 | 0.66 |
| Hex | 71 | DF | B7 | 31 | 0 | 12 | D | 9E | 3F | 42 |
| Octal | 161 | 337 | 267 | 61 | 0 | 22 | 15 | 236 | 77 | 102 |
| Binary | 1110001 | 11011111 | 10110111 | 110001 | 0 | 10010 | 1101 | 10011110 | 111111 | 1000010 |
Color Harmonies of #71DFB7
Complementary color
Monochromatic Colors of #71DFB7
Black with #71DFB7
Text Example
Text Example
White with #71DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFB7; }
p { color: rgb(113,223,183); }
H1.HeaderClassName
{
color: #71DFB7;
}
.AnyTagClassName
{
color: #71DFB7;
}
</style>
background-color css
<style>
a { background-color: #71DFB7; }
a { background-color: rgb(113,223,183); }
div.DivClassName
{
background-color: #71DFB7;
}
.BgClassName
{
background-color: #71DFB7;
}
</style>
border-color css
<style>
span { border-color: #71DFB7; }
span { border-color: rgb(113,223,183); }
td.TdClassName
{
border-color: #71DFB7;
}
.TagClassName
{
border-color: #71DFB7;
}
</style>