Shades of Tidal #DFFC84
Tints of Tidal #DFFC84
RGB
CMYK
RGB Variations
Color information
#DFFC84 (or 0xDFFC84) is known color: Tidal. HEX triplet: DF, FC and 84. RGB value is (223,252,132). Sum of RGB (Red+Green+Blue) = 223+252+132=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFC84 is #20037B. Grayscale: #E6E6E6. Windows color (decimal): -2098044 or 8715487. OLE color: 8715487.
HSL color Cylindrical-coordinate representation of color #DFFC84: hue angle of 74.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFFC84 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 132 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.01 |
| HSL | 74.5º | 0.95% | 0.75% | - |
| HSV(B) | 74.5º | 0.48% | 0.99% | - |
| XYZ | 69.41 | 86.97 | 34.96 | - |
| YUV | 229.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 132 | 0.12 | 0 | 0.48 | 0.01 | 74.5 | 0.95 | 0.75 |
| Hex | DF | FC | 84 | C | 0 | 30 | 1 | 4A | 5F | 4B |
| Octal | 337 | 374 | 204 | 14 | 0 | 60 | 1 | 112 | 137 | 113 |
| Binary | 11011111 | 11111100 | 10000100 | 1100 | 0 | 110000 | 1 | 1001010 | 1011111 | 1001011 |
Color Harmonies of #DFFC84
Complementary color
Monochromatic Colors of #DFFC84
Black with #DFFC84
Text Example
Text Example
White with #DFFC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC84; }
p { color: rgb(223,252,132); }
H1.HeaderClassName
{
color: #DFFC84;
}
.AnyTagClassName
{
color: #DFFC84;
}
</style>
background-color css
<style>
a { background-color: #DFFC84; }
a { background-color: rgb(223,252,132); }
div.DivClassName
{
background-color: #DFFC84;
}
.BgClassName
{
background-color: #DFFC84;
}
</style>
border-color css
<style>
span { border-color: #DFFC84; }
span { border-color: rgb(223,252,132); }
td.TdClassName
{
border-color: #DFFC84;
}
.TagClassName
{
border-color: #DFFC84;
}
</style>