Shades of Tidal #DFF685
Tints of Tidal #DFF685
RGB
CMYK
RGB Variations
Color information
#DFF685 (or 0xDFF685) is known color: Tidal. HEX triplet: DF, F6 and 85. RGB value is (223,246,133). Sum of RGB (Red+Green+Blue) = 223+246+133=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF685 is #20097A. Grayscale: #E2E2E2. Windows color (decimal): -2099579 or 8779487. OLE color: 8779487.
HSL color Cylindrical-coordinate representation of color #DFF685: hue angle of 72.21º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFF685 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 133 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.04 |
| HSL | 72.21º | 0.86% | 0.74% | - |
| HSV(B) | 72.21º | 0.46% | 0.96% | - |
| XYZ | 67.62 | 83.29 | 34.7 | - |
| YUV | 226.24 | 75.38 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 133 | 0.09 | 0 | 0.46 | 0.04 | 72.21 | 0.86 | 0.74 |
| Hex | DF | F6 | 85 | 9 | 0 | 2E | 4 | 48 | 56 | 4A |
| Octal | 337 | 366 | 205 | 11 | 0 | 56 | 4 | 110 | 126 | 112 |
| Binary | 11011111 | 11110110 | 10000101 | 1001 | 0 | 101110 | 100 | 1001000 | 1010110 | 1001010 |
Color Harmonies of #DFF685
Complementary color
Monochromatic Colors of #DFF685
Black with #DFF685
Text Example
Text Example
White with #DFF685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF685; }
p { color: rgb(223,246,133); }
H1.HeaderClassName
{
color: #DFF685;
}
.AnyTagClassName
{
color: #DFF685;
}
</style>
background-color css
<style>
a { background-color: #DFF685; }
a { background-color: rgb(223,246,133); }
div.DivClassName
{
background-color: #DFF685;
}
.BgClassName
{
background-color: #DFF685;
}
</style>
border-color css
<style>
span { border-color: #DFF685; }
span { border-color: rgb(223,246,133); }
td.TdClassName
{
border-color: #DFF685;
}
.TagClassName
{
border-color: #DFF685;
}
</style>