Shades of Downy #71EDB7
Tints of Downy #71EDB7
RGB
CMYK
RGB Variations
Color information
#71EDB7 (or 0x71EDB7) is known color: Downy. HEX triplet: 71, ED and B7. RGB value is (113,237,183). Sum of RGB (Red+Green+Blue) = 113+237+183=533 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.20% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDB7 is #8E1248. Grayscale: #C1C1C1. Windows color (decimal): -9310793 or 12053873. OLE color: 12053873.
HSL color Cylindrical-coordinate representation of color #71EDB7: hue angle of 153.87º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EDB7 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 183 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.07 |
| HSL | 153.87º | 0.78% | 0.69% | - |
| HSV(B) | 153.87º | 0.52% | 0.93% | - |
| XYZ | 45.64 | 67.5 | 55.42 | - |
| YUV | 193.77 | 121.92 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 183 | 0.52 | 0 | 0.23 | 0.07 | 153.87 | 0.78 | 0.69 |
| Hex | 71 | ED | B7 | 34 | 0 | 17 | 7 | 9A | 4E | 45 |
| Octal | 161 | 355 | 267 | 64 | 0 | 27 | 7 | 232 | 116 | 105 |
| Binary | 1110001 | 11101101 | 10110111 | 110100 | 0 | 10111 | 111 | 10011010 | 1001110 | 1000101 |
Color Harmonies of #71EDB7
Complementary color
Monochromatic Colors of #71EDB7
Black with #71EDB7
Text Example
Text Example
White with #71EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EDB7; }
p { color: rgb(113,237,183); }
H1.HeaderClassName
{
color: #71EDB7;
}
.AnyTagClassName
{
color: #71EDB7;
}
</style>
background-color css
<style>
a { background-color: #71EDB7; }
a { background-color: rgb(113,237,183); }
div.DivClassName
{
background-color: #71EDB7;
}
.BgClassName
{
background-color: #71EDB7;
}
</style>
border-color css
<style>
span { border-color: #71EDB7; }
span { border-color: rgb(113,237,183); }
td.TdClassName
{
border-color: #71EDB7;
}
.TagClassName
{
border-color: #71EDB7;
}
</style>