Shades of Downy #5FEFC4
Tints of Downy #5FEFC4
RGB
CMYK
RGB Variations
Color information
#5FEFC4 (or 0x5FEFC4) is known color: Downy. HEX triplet: 5F, EF and C4. RGB value is (95,239,196). Sum of RGB (Red+Green+Blue) = 95+239+196=530 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.92% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFC4 is #A0103B. Grayscale: #BFBFBF. Windows color (decimal): -10489916 or 12906335. OLE color: 12906335.
HSL color Cylindrical-coordinate representation of color #5FEFC4: hue angle of 162.08º 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 #5FEFC4 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 196 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.06 |
| HSL | 162.08º | 0.82% | 0.65% | - |
| HSV(B) | 162.08º | 0.6% | 0.94% | - |
| XYZ | 45.55 | 68.15 | 62.98 | - |
| YUV | 191.04 | 130.79 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 196 | 0.60 | 0 | 0.18 | 0.06 | 162.08 | 0.82 | 0.65 |
| Hex | 5F | EF | C4 | 3C | 0 | 12 | 6 | A2 | 52 | 41 |
| Octal | 137 | 357 | 304 | 74 | 0 | 22 | 6 | 242 | 122 | 101 |
| Binary | 1011111 | 11101111 | 11000100 | 111100 | 0 | 10010 | 110 | 10100010 | 1010010 | 1000001 |
Color Harmonies of #5FEFC4
Complementary color
Monochromatic Colors of #5FEFC4
Black with #5FEFC4
Text Example
Text Example
White with #5FEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFC4; }
p { color: rgb(95,239,196); }
H1.HeaderClassName
{
color: #5FEFC4;
}
.AnyTagClassName
{
color: #5FEFC4;
}
</style>
background-color css
<style>
a { background-color: #5FEFC4; }
a { background-color: rgb(95,239,196); }
div.DivClassName
{
background-color: #5FEFC4;
}
.BgClassName
{
background-color: #5FEFC4;
}
</style>
border-color css
<style>
span { border-color: #5FEFC4; }
span { border-color: rgb(95,239,196); }
td.TdClassName
{
border-color: #5FEFC4;
}
.TagClassName
{
border-color: #5FEFC4;
}
</style>