Shades of Downy #5FEFC3
Tints of Downy #5FEFC3
RGB
CMYK
RGB Variations
Color information
#5FEFC3 (or 0x5FEFC3) is known color: Downy. HEX triplet: 5F, EF and C3. RGB value is (95,239,195). Sum of RGB (Red+Green+Blue) = 95+239+195=529 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.96% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFC3 is #A0103C. Grayscale: #BEBEBE. Windows color (decimal): -10489917 or 12840799. OLE color: 12840799.
HSL color Cylindrical-coordinate representation of color #5FEFC3: hue angle of 161.67º 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 #5FEFC3 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 195 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.06 |
| HSL | 161.67º | 0.82% | 0.65% | - |
| HSV(B) | 161.67º | 0.6% | 0.94% | - |
| XYZ | 45.44 | 68.11 | 62.38 | - |
| YUV | 190.93 | 130.29 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 195 | 0.60 | 0 | 0.18 | 0.06 | 161.67 | 0.82 | 0.65 |
| Hex | 5F | EF | C3 | 3C | 0 | 12 | 6 | A2 | 52 | 41 |
| Octal | 137 | 357 | 303 | 74 | 0 | 22 | 6 | 242 | 122 | 101 |
| Binary | 1011111 | 11101111 | 11000011 | 111100 | 0 | 10010 | 110 | 10100010 | 1010010 | 1000001 |
Color Harmonies of #5FEFC3
Complementary color
Monochromatic Colors of #5FEFC3
Black with #5FEFC3
Text Example
Text Example
White with #5FEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFC3; }
p { color: rgb(95,239,195); }
H1.HeaderClassName
{
color: #5FEFC3;
}
.AnyTagClassName
{
color: #5FEFC3;
}
</style>
background-color css
<style>
a { background-color: #5FEFC3; }
a { background-color: rgb(95,239,195); }
div.DivClassName
{
background-color: #5FEFC3;
}
.BgClassName
{
background-color: #5FEFC3;
}
</style>
border-color css
<style>
span { border-color: #5FEFC3; }
span { border-color: rgb(95,239,195); }
td.TdClassName
{
border-color: #5FEFC3;
}
.TagClassName
{
border-color: #5FEFC3;
}
</style>