Shades of Downy #5FEAB9
Tints of Downy #5FEAB9
RGB
CMYK
RGB Variations
Color information
#5FEAB9 (or 0x5FEAB9) is known color: Downy. HEX triplet: 5F, EA and B9. RGB value is (95,234,185). Sum of RGB (Red+Green+Blue) = 95+234+185=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEAB9 is #A01546. Grayscale: #BABABA. Windows color (decimal): -10491207 or 12184159. OLE color: 12184159.
HSL color Cylindrical-coordinate representation of color #5FEAB9: hue angle of 158.85º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEAB9 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 185 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.08 |
| HSL | 158.85º | 0.77% | 0.65% | - |
| HSV(B) | 158.85º | 0.59% | 0.92% | - |
| XYZ | 42.9 | 64.78 | 56.14 | - |
| YUV | 186.85 | 126.95 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 185 | 0.59 | 0 | 0.21 | 0.08 | 158.85 | 0.77 | 0.65 |
| Hex | 5F | EA | B9 | 3B | 0 | 15 | 8 | 9F | 4D | 41 |
| Octal | 137 | 352 | 271 | 73 | 0 | 25 | 10 | 237 | 115 | 101 |
| Binary | 1011111 | 11101010 | 10111001 | 111011 | 0 | 10101 | 1000 | 10011111 | 1001101 | 1000001 |
Color Harmonies of #5FEAB9
Complementary color
Monochromatic Colors of #5FEAB9
Black with #5FEAB9
Text Example
Text Example
White with #5FEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEAB9; }
p { color: rgb(95,234,185); }
H1.HeaderClassName
{
color: #5FEAB9;
}
.AnyTagClassName
{
color: #5FEAB9;
}
</style>
background-color css
<style>
a { background-color: #5FEAB9; }
a { background-color: rgb(95,234,185); }
div.DivClassName
{
background-color: #5FEAB9;
}
.BgClassName
{
background-color: #5FEAB9;
}
</style>
border-color css
<style>
span { border-color: #5FEAB9; }
span { border-color: rgb(95,234,185); }
td.TdClassName
{
border-color: #5FEAB9;
}
.TagClassName
{
border-color: #5FEAB9;
}
</style>