Shades of Downy #5FEBC2
Tints of Downy #5FEBC2
RGB
CMYK
RGB Variations
Color information
#5FEBC2 (or 0x5FEBC2) is known color: Downy. HEX triplet: 5F, EB and C2. RGB value is (95,235,194). Sum of RGB (Red+Green+Blue) = 95+235+194=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBC2 is #A0143D. Grayscale: #BCBCBC. Windows color (decimal): -10490942 or 12774239. OLE color: 12774239.
HSL color Cylindrical-coordinate representation of color #5FEBC2: hue angle of 162.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBC2 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 194 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.08 |
| HSL | 162.43º | 0.78% | 0.65% | - |
| HSV(B) | 162.43º | 0.6% | 0.92% | - |
| XYZ | 44.17 | 65.74 | 61.4 | - |
| YUV | 188.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 194 | 0.60 | 0 | 0.17 | 0.08 | 162.43 | 0.78 | 0.65 |
| Hex | 5F | EB | C2 | 3C | 0 | 11 | 8 | A2 | 4E | 41 |
| Octal | 137 | 353 | 302 | 74 | 0 | 21 | 10 | 242 | 116 | 101 |
| Binary | 1011111 | 11101011 | 11000010 | 111100 | 0 | 10001 | 1000 | 10100010 | 1001110 | 1000001 |
Color Harmonies of #5FEBC2
Complementary color
Monochromatic Colors of #5FEBC2
Black with #5FEBC2
Text Example
Text Example
White with #5FEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBC2; }
p { color: rgb(95,235,194); }
H1.HeaderClassName
{
color: #5FEBC2;
}
.AnyTagClassName
{
color: #5FEBC2;
}
</style>
background-color css
<style>
a { background-color: #5FEBC2; }
a { background-color: rgb(95,235,194); }
div.DivClassName
{
background-color: #5FEBC2;
}
.BgClassName
{
background-color: #5FEBC2;
}
</style>
border-color css
<style>
span { border-color: #5FEBC2; }
span { border-color: rgb(95,235,194); }
td.TdClassName
{
border-color: #5FEBC2;
}
.TagClassName
{
border-color: #5FEBC2;
}
</style>