Shades of Tidal #DFF287
Tints of Tidal #DFF287
RGB
CMYK
RGB Variations
Color information
#DFF287 (or 0xDFF287) is known color: Tidal. HEX triplet: DF, F2 and 87. RGB value is (223,242,135). Sum of RGB (Red+Green+Blue) = 223+242+135=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 135 (53.12% from 255 or 22.5% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF287 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF287 is #200D78. Grayscale: #E0E0E0. Windows color (decimal): -2100601 or 8909535. OLE color: 8909535.
HSL color Cylindrical-coordinate representation of color #DFF287: hue angle of 70.65º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFF287 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 135 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.05 |
| HSL | 70.65º | 0.8% | 0.74% | - |
| HSV(B) | 70.65º | 0.44% | 0.95% | - |
| XYZ | 66.56 | 80.94 | 35.04 | - |
| YUV | 224.12 | 77.71 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 135 | 0.08 | 0 | 0.44 | 0.05 | 70.65 | 0.8 | 0.74 |
| Hex | DF | F2 | 87 | 8 | 0 | 2C | 5 | 47 | 50 | 4A |
| Octal | 337 | 362 | 207 | 10 | 0 | 54 | 5 | 107 | 120 | 112 |
| Binary | 11011111 | 11110010 | 10000111 | 1000 | 0 | 101100 | 101 | 1000111 | 1010000 | 1001010 |
Color Harmonies of #DFF287
Complementary color
Monochromatic Colors of #DFF287
Black with #DFF287
Text Example
Text Example
White with #DFF287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF287; }
p { color: rgb(223,242,135); }
H1.HeaderClassName
{
color: #DFF287;
}
.AnyTagClassName
{
color: #DFF287;
}
</style>
background-color css
<style>
a { background-color: #DFF287; }
a { background-color: rgb(223,242,135); }
div.DivClassName
{
background-color: #DFF287;
}
.BgClassName
{
background-color: #DFF287;
}
</style>
border-color css
<style>
span { border-color: #DFF287; }
span { border-color: rgb(223,242,135); }
td.TdClassName
{
border-color: #DFF287;
}
.TagClassName
{
border-color: #DFF287;
}
</style>