Shades of Tidal #DFF785
Tints of Tidal #DFF785
RGB
CMYK
RGB Variations
Color information
#DFF785 (or 0xDFF785) is known color: Tidal. HEX triplet: DF, F7 and 85. RGB value is (223,247,133). Sum of RGB (Red+Green+Blue) = 223+247+133=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF785 is #20087A. Grayscale: #E3E3E3. Windows color (decimal): -2099323 or 8779743. OLE color: 8779743.
HSL color Cylindrical-coordinate representation of color #DFF785: hue angle of 72.63º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFF785 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 133 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.03 |
| HSL | 72.63º | 0.88% | 0.75% | - |
| HSV(B) | 72.63º | 0.46% | 0.97% | - |
| XYZ | 67.93 | 83.9 | 34.81 | - |
| YUV | 226.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 133 | 0.10 | 0 | 0.46 | 0.03 | 72.63 | 0.88 | 0.75 |
| Hex | DF | F7 | 85 | A | 0 | 2E | 3 | 49 | 58 | 4B |
| Octal | 337 | 367 | 205 | 12 | 0 | 56 | 3 | 111 | 130 | 113 |
| Binary | 11011111 | 11110111 | 10000101 | 1010 | 0 | 101110 | 11 | 1001001 | 1011000 | 1001011 |
Color Harmonies of #DFF785
Complementary color
Monochromatic Colors of #DFF785
Black with #DFF785
Text Example
Text Example
White with #DFF785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF785; }
p { color: rgb(223,247,133); }
H1.HeaderClassName
{
color: #DFF785;
}
.AnyTagClassName
{
color: #DFF785;
}
</style>
background-color css
<style>
a { background-color: #DFF785; }
a { background-color: rgb(223,247,133); }
div.DivClassName
{
background-color: #DFF785;
}
.BgClassName
{
background-color: #DFF785;
}
</style>
border-color css
<style>
span { border-color: #DFF785; }
span { border-color: rgb(223,247,133); }
td.TdClassName
{
border-color: #DFF785;
}
.TagClassName
{
border-color: #DFF785;
}
</style>