Shades of Tidal #DFF185
Tints of Tidal #DFF185
RGB
CMYK
RGB Variations
Color information
#DFF185 (or 0xDFF185) is known color: Tidal. HEX triplet: DF, F1 and 85. RGB value is (223,241,133). Sum of RGB (Red+Green+Blue) = 223+241+133=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF185 is #200E7A. Grayscale: #DFDFDF. Windows color (decimal): -2100859 or 8778207. OLE color: 8778207.
HSL color Cylindrical-coordinate representation of color #DFF185: hue angle of 70º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFF185 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 133 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.05 |
| HSL | 70º | 0.79% | 0.73% | - |
| HSV(B) | 70º | 0.45% | 0.95% | - |
| XYZ | 66.12 | 80.29 | 34.2 | - |
| YUV | 223.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 133 | 0.07 | 0 | 0.45 | 0.05 | 70 | 0.79 | 0.73 |
| Hex | DF | F1 | 85 | 7 | 0 | 2D | 5 | 46 | 4F | 49 |
| Octal | 337 | 361 | 205 | 7 | 0 | 55 | 5 | 106 | 117 | 111 |
| Binary | 11011111 | 11110001 | 10000101 | 111 | 0 | 101101 | 101 | 1000110 | 1001111 | 1001001 |
Color Harmonies of #DFF185
Complementary color
Monochromatic Colors of #DFF185
Black with #DFF185
Text Example
Text Example
White with #DFF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF185; }
p { color: rgb(223,241,133); }
H1.HeaderClassName
{
color: #DFF185;
}
.AnyTagClassName
{
color: #DFF185;
}
</style>
background-color css
<style>
a { background-color: #DFF185; }
a { background-color: rgb(223,241,133); }
div.DivClassName
{
background-color: #DFF185;
}
.BgClassName
{
background-color: #DFF185;
}
</style>
border-color css
<style>
span { border-color: #DFF185; }
span { border-color: rgb(223,241,133); }
td.TdClassName
{
border-color: #DFF185;
}
.TagClassName
{
border-color: #DFF185;
}
</style>