Shades of Downy #5FDFC4
Tints of Downy #5FDFC4
RGB
CMYK
RGB Variations
Color information
#5FDFC4 (or 0x5FDFC4) is known color: Downy. HEX triplet: 5F, DF and C4. RGB value is (95,223,196). Sum of RGB (Red+Green+Blue) = 95+223+196=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFC4 is #A0203B. Grayscale: #B5B5B5. Windows color (decimal): -10494012 or 12902239. OLE color: 12902239.
HSL color Cylindrical-coordinate representation of color #5FDFC4: hue angle of 167.34º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDFC4 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 196 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.13 |
| HSL | 167.34º | 0.67% | 0.62% | - |
| HSV(B) | 167.34º | 0.57% | 0.87% | - |
| XYZ | 41.07 | 59.19 | 61.49 | - |
| YUV | 181.65 | 136.09 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 196 | 0.57 | 0 | 0.12 | 0.13 | 167.34 | 0.67 | 0.62 |
| Hex | 5F | DF | C4 | 39 | 0 | C | D | A7 | 43 | 3E |
| Octal | 137 | 337 | 304 | 71 | 0 | 14 | 15 | 247 | 103 | 76 |
| Binary | 1011111 | 11011111 | 11000100 | 111001 | 0 | 1100 | 1101 | 10100111 | 1000011 | 111110 |
Color Harmonies of #5FDFC4
Complementary color
Monochromatic Colors of #5FDFC4
Black with #5FDFC4
Text Example
Text Example
White with #5FDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFC4; }
p { color: rgb(95,223,196); }
H1.HeaderClassName
{
color: #5FDFC4;
}
.AnyTagClassName
{
color: #5FDFC4;
}
</style>
background-color css
<style>
a { background-color: #5FDFC4; }
a { background-color: rgb(95,223,196); }
div.DivClassName
{
background-color: #5FDFC4;
}
.BgClassName
{
background-color: #5FDFC4;
}
</style>
border-color css
<style>
span { border-color: #5FDFC4; }
span { border-color: rgb(95,223,196); }
td.TdClassName
{
border-color: #5FDFC4;
}
.TagClassName
{
border-color: #5FDFC4;
}
</style>