Shades of Tidal #DFFF88
Tints of Tidal #DFFF88
RGB
CMYK
RGB Variations
Color information
#DFFF88 (or 0xDFFF88) is known color: Tidal. HEX triplet: DF, FF and 88. RGB value is (223,255,136). Sum of RGB (Red+Green+Blue) = 223+255+136=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFF88 is #200077. Grayscale: #E8E8E8. Windows color (decimal): -2097272 or 8978399. OLE color: 8978399.
HSL color Cylindrical-coordinate representation of color #DFFF88: hue angle of 76.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFFF88 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 136 | - |
| CMYK | 0.13 | 0 | 0.47 | 0 |
| HSL | 76.13º | 1% | 0.77% | - |
| HSV(B) | 76.13º | 0.47% | 1% | - |
| XYZ | 70.64 | 88.99 | 36.75 | - |
| YUV | 231.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 136 | 0.13 | 0 | 0.47 | 0 | 76.13 | 1 | 0.77 |
| Hex | DF | FF | 88 | D | 0 | 2F | 0 | 4C | 64 | 4D |
| Octal | 337 | 377 | 210 | 15 | 0 | 57 | 0 | 114 | 144 | 115 |
| Binary | 11011111 | 11111111 | 10001000 | 1101 | 0 | 101111 | 0 | 1001100 | 1100100 | 1001101 |
Color Harmonies of #DFFF88
Complementary color
Monochromatic Colors of #DFFF88
Black with #DFFF88
Text Example
Text Example
White with #DFFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF88; }
p { color: rgb(223,255,136); }
H1.HeaderClassName
{
color: #DFFF88;
}
.AnyTagClassName
{
color: #DFFF88;
}
</style>
background-color css
<style>
a { background-color: #DFFF88; }
a { background-color: rgb(223,255,136); }
div.DivClassName
{
background-color: #DFFF88;
}
.BgClassName
{
background-color: #DFFF88;
}
</style>
border-color css
<style>
span { border-color: #DFFF88; }
span { border-color: rgb(223,255,136); }
td.TdClassName
{
border-color: #DFFF88;
}
.TagClassName
{
border-color: #DFFF88;
}
</style>