Shades of Tidal #DFF488
Tints of Tidal #DFF488
RGB
CMYK
RGB Variations
Color information
#DFF488 (or 0xDFF488) is known color: Tidal. HEX triplet: DF, F4 and 88. RGB value is (223,244,136). Sum of RGB (Red+Green+Blue) = 223+244+136=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 136 (53.52% from 255 or 22.55% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF488 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF488 is #200B77. Grayscale: #E1E1E1. Windows color (decimal): -2100088 or 8975583. OLE color: 8975583.
HSL color Cylindrical-coordinate representation of color #DFF488: hue angle of 71.67º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFF488 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 136 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.04 |
| HSL | 71.67º | 0.83% | 0.75% | - |
| HSV(B) | 71.67º | 0.44% | 0.96% | - |
| XYZ | 67.23 | 82.17 | 35.61 | - |
| YUV | 225.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 136 | 0.09 | 0 | 0.44 | 0.04 | 71.67 | 0.83 | 0.75 |
| Hex | DF | F4 | 88 | 9 | 0 | 2C | 4 | 48 | 53 | 4B |
| Octal | 337 | 364 | 210 | 11 | 0 | 54 | 4 | 110 | 123 | 113 |
| Binary | 11011111 | 11110100 | 10001000 | 1001 | 0 | 101100 | 100 | 1001000 | 1010011 | 1001011 |
Color Harmonies of #DFF488
Complementary color
Monochromatic Colors of #DFF488
Black with #DFF488
Text Example
Text Example
White with #DFF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF488; }
p { color: rgb(223,244,136); }
H1.HeaderClassName
{
color: #DFF488;
}
.AnyTagClassName
{
color: #DFF488;
}
</style>
background-color css
<style>
a { background-color: #DFF488; }
a { background-color: rgb(223,244,136); }
div.DivClassName
{
background-color: #DFF488;
}
.BgClassName
{
background-color: #DFF488;
}
</style>
border-color css
<style>
span { border-color: #DFF488; }
span { border-color: rgb(223,244,136); }
td.TdClassName
{
border-color: #DFF488;
}
.TagClassName
{
border-color: #DFF488;
}
</style>