Shades of Downy #75E7B9
Tints of Downy #75E7B9
RGB
CMYK
RGB Variations
Color information
#75E7B9 (or 0x75E7B9) is known color: Downy. HEX triplet: 75, E7 and B9. RGB value is (117,231,185). Sum of RGB (Red+Green+Blue) = 117+231+185=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #75E7B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E7B9 is #8A1846. Grayscale: #BFBFBF. Windows color (decimal): -9050183 or 12183413. OLE color: 12183413.
HSL color Cylindrical-coordinate representation of color #75E7B9: hue angle of 155.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E7B9 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 231 | 185 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.09 |
| HSL | 155.79º | 0.7% | 0.68% | - |
| HSV(B) | 155.79º | 0.49% | 0.91% | - |
| XYZ | 44.67 | 64.44 | 55.98 | - |
| YUV | 191.67 | 124.23 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 231 | 185 | 0.49 | 0 | 0.20 | 0.09 | 155.79 | 0.7 | 0.68 |
| Hex | 75 | E7 | B9 | 31 | 0 | 14 | 9 | 9C | 46 | 44 |
| Octal | 165 | 347 | 271 | 61 | 0 | 24 | 11 | 234 | 106 | 104 |
| Binary | 1110101 | 11100111 | 10111001 | 110001 | 0 | 10100 | 1001 | 10011100 | 1000110 | 1000100 |
Color Harmonies of #75E7B9
Complementary color
Monochromatic Colors of #75E7B9
Black with #75E7B9
Text Example
Text Example
White with #75E7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E7B9; }
p { color: rgb(117,231,185); }
H1.HeaderClassName
{
color: #75E7B9;
}
.AnyTagClassName
{
color: #75E7B9;
}
</style>
background-color css
<style>
a { background-color: #75E7B9; }
a { background-color: rgb(117,231,185); }
div.DivClassName
{
background-color: #75E7B9;
}
.BgClassName
{
background-color: #75E7B9;
}
</style>
border-color css
<style>
span { border-color: #75E7B9; }
span { border-color: rgb(117,231,185); }
td.TdClassName
{
border-color: #75E7B9;
}
.TagClassName
{
border-color: #75E7B9;
}
</style>