Shades of Tidal #DFF384
Tints of Tidal #DFF384
RGB
CMYK
RGB Variations
Color information
#DFF384 (or 0xDFF384) is known color: Tidal. HEX triplet: DF, F3 and 84. RGB value is (223,243,132). Sum of RGB (Red+Green+Blue) = 223+243+132=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF384 is #200C7B. Grayscale: #E0E0E0. Windows color (decimal): -2100348 or 8713183. OLE color: 8713183.
HSL color Cylindrical-coordinate representation of color #DFF384: hue angle of 70.81º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFF384 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 132 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.05 |
| HSL | 70.81º | 0.82% | 0.74% | - |
| HSV(B) | 70.81º | 0.46% | 0.95% | - |
| XYZ | 66.65 | 81.46 | 34.04 | - |
| YUV | 224.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 132 | 0.08 | 0 | 0.46 | 0.05 | 70.81 | 0.82 | 0.74 |
| Hex | DF | F3 | 84 | 8 | 0 | 2E | 5 | 47 | 52 | 4A |
| Octal | 337 | 363 | 204 | 10 | 0 | 56 | 5 | 107 | 122 | 112 |
| Binary | 11011111 | 11110011 | 10000100 | 1000 | 0 | 101110 | 101 | 1000111 | 1010010 | 1001010 |
Color Harmonies of #DFF384
Complementary color
Monochromatic Colors of #DFF384
Black with #DFF384
Text Example
Text Example
White with #DFF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF384; }
p { color: rgb(223,243,132); }
H1.HeaderClassName
{
color: #DFF384;
}
.AnyTagClassName
{
color: #DFF384;
}
</style>
background-color css
<style>
a { background-color: #DFF384; }
a { background-color: rgb(223,243,132); }
div.DivClassName
{
background-color: #DFF384;
}
.BgClassName
{
background-color: #DFF384;
}
</style>
border-color css
<style>
span { border-color: #DFF384; }
span { border-color: rgb(223,243,132); }
td.TdClassName
{
border-color: #DFF384;
}
.TagClassName
{
border-color: #DFF384;
}
</style>