Shades of Downy #75DDB7
Tints of Downy #75DDB7
RGB
CMYK
RGB Variations
Color information
#75DDB7 (or 0x75DDB7) is known color: Downy. HEX triplet: 75, DD and B7. RGB value is (117,221,183). Sum of RGB (Red+Green+Blue) = 117+221+183=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDB7 is #8A2248. Grayscale: #B9B9B9. Windows color (decimal): -9052745 or 12049781. OLE color: 12049781.
HSL color Cylindrical-coordinate representation of color #75DDB7: hue angle of 158.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DDB7 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 183 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.13 |
| HSL | 158.08º | 0.6% | 0.66% | - |
| HSV(B) | 158.08º | 0.47% | 0.87% | - |
| XYZ | 41.74 | 58.91 | 53.97 | - |
| YUV | 185.57 | 126.54 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 183 | 0.47 | 0 | 0.17 | 0.13 | 158.08 | 0.6 | 0.66 |
| Hex | 75 | DD | B7 | 2F | 0 | 11 | D | 9E | 3C | 42 |
| Octal | 165 | 335 | 267 | 57 | 0 | 21 | 15 | 236 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10110111 | 101111 | 0 | 10001 | 1101 | 10011110 | 111100 | 1000010 |
Color Harmonies of #75DDB7
Complementary color
Monochromatic Colors of #75DDB7
Black with #75DDB7
Text Example
Text Example
White with #75DDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DDB7; }
p { color: rgb(117,221,183); }
H1.HeaderClassName
{
color: #75DDB7;
}
.AnyTagClassName
{
color: #75DDB7;
}
</style>
background-color css
<style>
a { background-color: #75DDB7; }
a { background-color: rgb(117,221,183); }
div.DivClassName
{
background-color: #75DDB7;
}
.BgClassName
{
background-color: #75DDB7;
}
</style>
border-color css
<style>
span { border-color: #75DDB7; }
span { border-color: rgb(117,221,183); }
td.TdClassName
{
border-color: #75DDB7;
}
.TagClassName
{
border-color: #75DDB7;
}
</style>