Shades of Downy #75E7B5
Tints of Downy #75E7B5
RGB
CMYK
RGB Variations
Color information
#75E7B5 (or 0x75E7B5) is known color: Downy. HEX triplet: 75, E7 and B5. RGB value is (117,231,181). Sum of RGB (Red+Green+Blue) = 117+231+181=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #75E7B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E7B5 is #8A184A. Grayscale: #BFBFBF. Windows color (decimal): -9050187 or 11921269. OLE color: 11921269.
HSL color Cylindrical-coordinate representation of color #75E7B5: hue angle of 153.68º 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 #75E7B5 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 231 | 181 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.09 |
| HSL | 153.68º | 0.7% | 0.68% | - |
| HSV(B) | 153.68º | 0.49% | 0.91% | - |
| XYZ | 44.25 | 64.27 | 53.79 | - |
| YUV | 191.21 | 122.23 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 231 | 181 | 0.49 | 0 | 0.22 | 0.09 | 153.68 | 0.7 | 0.68 |
| Hex | 75 | E7 | B5 | 31 | 0 | 16 | 9 | 9A | 46 | 44 |
| Octal | 165 | 347 | 265 | 61 | 0 | 26 | 11 | 232 | 106 | 104 |
| Binary | 1110101 | 11100111 | 10110101 | 110001 | 0 | 10110 | 1001 | 10011010 | 1000110 | 1000100 |
Color Harmonies of #75E7B5
Complementary color
Monochromatic Colors of #75E7B5
Black with #75E7B5
Text Example
Text Example
White with #75E7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E7B5; }
p { color: rgb(117,231,181); }
H1.HeaderClassName
{
color: #75E7B5;
}
.AnyTagClassName
{
color: #75E7B5;
}
</style>
background-color css
<style>
a { background-color: #75E7B5; }
a { background-color: rgb(117,231,181); }
div.DivClassName
{
background-color: #75E7B5;
}
.BgClassName
{
background-color: #75E7B5;
}
</style>
border-color css
<style>
span { border-color: #75E7B5; }
span { border-color: rgb(117,231,181); }
td.TdClassName
{
border-color: #75E7B5;
}
.TagClassName
{
border-color: #75E7B5;
}
</style>