Shades of Downy #5FEFC7
Tints of Downy #5FEFC7
RGB
CMYK
RGB Variations
Color information
#5FEFC7 (or 0x5FEFC7) is known color: Downy. HEX triplet: 5F, EF and C7. RGB value is (95,239,199). Sum of RGB (Red+Green+Blue) = 95+239+199=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFC7 is #A01038. Grayscale: #BFBFBF. Windows color (decimal): -10489913 or 13102943. OLE color: 13102943.
HSL color Cylindrical-coordinate representation of color #5FEFC7: hue angle of 163.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEFC7 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 199 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.06 |
| HSL | 163.33º | 0.82% | 0.65% | - |
| HSV(B) | 163.33º | 0.6% | 0.94% | - |
| XYZ | 45.89 | 68.29 | 64.8 | - |
| YUV | 191.38 | 132.29 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 199 | 0.60 | 0 | 0.17 | 0.06 | 163.33 | 0.82 | 0.65 |
| Hex | 5F | EF | C7 | 3C | 0 | 11 | 6 | A3 | 52 | 41 |
| Octal | 137 | 357 | 307 | 74 | 0 | 21 | 6 | 243 | 122 | 101 |
| Binary | 1011111 | 11101111 | 11000111 | 111100 | 0 | 10001 | 110 | 10100011 | 1010010 | 1000001 |
Color Harmonies of #5FEFC7
Complementary color
Monochromatic Colors of #5FEFC7
Black with #5FEFC7
Text Example
Text Example
White with #5FEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFC7; }
p { color: rgb(95,239,199); }
H1.HeaderClassName
{
color: #5FEFC7;
}
.AnyTagClassName
{
color: #5FEFC7;
}
</style>
background-color css
<style>
a { background-color: #5FEFC7; }
a { background-color: rgb(95,239,199); }
div.DivClassName
{
background-color: #5FEFC7;
}
.BgClassName
{
background-color: #5FEFC7;
}
</style>
border-color css
<style>
span { border-color: #5FEFC7; }
span { border-color: rgb(95,239,199); }
td.TdClassName
{
border-color: #5FEFC7;
}
.TagClassName
{
border-color: #5FEFC7;
}
</style>