Shades of Downy #5FE7CD
Tints of Downy #5FE7CD
RGB
CMYK
RGB Variations
Color information
#5FE7CD (or 0x5FE7CD) is known color: Downy. HEX triplet: 5F, E7 and CD. RGB value is (95,231,205). Sum of RGB (Red+Green+Blue) = 95+231+205=531 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.89% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #5FE7CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE7CD is #A01832. Grayscale: #BBBBBB. Windows color (decimal): -10491955 or 13494111. OLE color: 13494111.
HSL color Cylindrical-coordinate representation of color #5FE7CD: hue angle of 168.53º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE7CD is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 231 | 205 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.09 |
| HSL | 168.53º | 0.74% | 0.64% | - |
| HSV(B) | 168.53º | 0.59% | 0.91% | - |
| XYZ | 44.31 | 63.99 | 67.77 | - |
| YUV | 187.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 231 | 205 | 0.59 | 0 | 0.11 | 0.09 | 168.53 | 0.74 | 0.64 |
| Hex | 5F | E7 | CD | 3B | 0 | B | 9 | A9 | 4A | 40 |
| Octal | 137 | 347 | 315 | 73 | 0 | 13 | 11 | 251 | 112 | 100 |
| Binary | 1011111 | 11100111 | 11001101 | 111011 | 0 | 1011 | 1001 | 10101001 | 1001010 | 1000000 |
Color Harmonies of #5FE7CD
Complementary color
Monochromatic Colors of #5FE7CD
Black with #5FE7CD
Text Example
Text Example
White with #5FE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE7CD; }
p { color: rgb(95,231,205); }
H1.HeaderClassName
{
color: #5FE7CD;
}
.AnyTagClassName
{
color: #5FE7CD;
}
</style>
background-color css
<style>
a { background-color: #5FE7CD; }
a { background-color: rgb(95,231,205); }
div.DivClassName
{
background-color: #5FE7CD;
}
.BgClassName
{
background-color: #5FE7CD;
}
</style>
border-color css
<style>
span { border-color: #5FE7CD; }
span { border-color: rgb(95,231,205); }
td.TdClassName
{
border-color: #5FE7CD;
}
.TagClassName
{
border-color: #5FE7CD;
}
</style>