Shades of Downy #5FEEBE
Tints of Downy #5FEEBE
RGB
CMYK
RGB Variations
Color information
#5FEEBE (or 0x5FEEBE) is known color: Downy. HEX triplet: 5F, EE and BE. RGB value is (95,238,190). Sum of RGB (Red+Green+Blue) = 95+238+190=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEEBE is #A01141. Grayscale: #BDBDBD. Windows color (decimal): -10490178 or 12512863. OLE color: 12512863.
HSL color Cylindrical-coordinate representation of color #5FEEBE: hue angle of 159.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEEBE is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 190 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.07 |
| HSL | 159.86º | 0.81% | 0.65% | - |
| HSV(B) | 159.86º | 0.6% | 0.93% | - |
| XYZ | 44.59 | 67.3 | 59.36 | - |
| YUV | 189.77 | 128.12 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 190 | 0.60 | 0 | 0.20 | 0.07 | 159.86 | 0.81 | 0.65 |
| Hex | 5F | EE | BE | 3C | 0 | 14 | 7 | A0 | 51 | 41 |
| Octal | 137 | 356 | 276 | 74 | 0 | 24 | 7 | 240 | 121 | 101 |
| Binary | 1011111 | 11101110 | 10111110 | 111100 | 0 | 10100 | 111 | 10100000 | 1010001 | 1000001 |
Color Harmonies of #5FEEBE
Complementary color
Monochromatic Colors of #5FEEBE
Black with #5FEEBE
Text Example
Text Example
White with #5FEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEBE; }
p { color: rgb(95,238,190); }
H1.HeaderClassName
{
color: #5FEEBE;
}
.AnyTagClassName
{
color: #5FEEBE;
}
</style>
background-color css
<style>
a { background-color: #5FEEBE; }
a { background-color: rgb(95,238,190); }
div.DivClassName
{
background-color: #5FEEBE;
}
.BgClassName
{
background-color: #5FEEBE;
}
</style>
border-color css
<style>
span { border-color: #5FEEBE; }
span { border-color: rgb(95,238,190); }
td.TdClassName
{
border-color: #5FEEBE;
}
.TagClassName
{
border-color: #5FEEBE;
}
</style>