Shades of Tidal #DFF986
Tints of Tidal #DFF986
RGB
CMYK
RGB Variations
Color information
#DFF986 (or 0xDFF986) is known color: Tidal. HEX triplet: DF, F9 and 86. RGB value is (223,249,134). Sum of RGB (Red+Green+Blue) = 223+249+134=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF986 is #200679. Grayscale: #E4E4E4. Windows color (decimal): -2098810 or 8845791. OLE color: 8845791.
HSL color Cylindrical-coordinate representation of color #DFF986: hue angle of 73.57º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFF986 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 134 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.02 |
| HSL | 73.57º | 0.91% | 0.75% | - |
| HSV(B) | 73.57º | 0.46% | 0.98% | - |
| XYZ | 68.61 | 85.16 | 35.38 | - |
| YUV | 228.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 134 | 0.10 | 0 | 0.46 | 0.02 | 73.57 | 0.91 | 0.75 |
| Hex | DF | F9 | 86 | A | 0 | 2E | 2 | 4A | 5B | 4B |
| Octal | 337 | 371 | 206 | 12 | 0 | 56 | 2 | 112 | 133 | 113 |
| Binary | 11011111 | 11111001 | 10000110 | 1010 | 0 | 101110 | 10 | 1001010 | 1011011 | 1001011 |
Color Harmonies of #DFF986
Complementary color
Monochromatic Colors of #DFF986
Black with #DFF986
Text Example
Text Example
White with #DFF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF986; }
p { color: rgb(223,249,134); }
H1.HeaderClassName
{
color: #DFF986;
}
.AnyTagClassName
{
color: #DFF986;
}
</style>
background-color css
<style>
a { background-color: #DFF986; }
a { background-color: rgb(223,249,134); }
div.DivClassName
{
background-color: #DFF986;
}
.BgClassName
{
background-color: #DFF986;
}
</style>
border-color css
<style>
span { border-color: #DFF986; }
span { border-color: rgb(223,249,134); }
td.TdClassName
{
border-color: #DFF986;
}
.TagClassName
{
border-color: #DFF986;
}
</style>