Shades of Tidal #DDFF84
Tints of Tidal #DDFF84
RGB
CMYK
RGB Variations
Color information
#DDFF84 (or 0xDDFF84) is known color: Tidal. HEX triplet: DD, FF and 84. RGB value is (221,255,132). Sum of RGB (Red+Green+Blue) = 221+255+132=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 132 (51.95% from 255 or 21.71% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF84 is #22007B. Grayscale: #E7E7E7. Windows color (decimal): -2228348 or 8716253. OLE color: 8716253.
HSL color Cylindrical-coordinate representation of color #DDFF84: hue angle of 76.59º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDFF84 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 132 | - |
| CMYK | 0.13 | 0 | 0.48 | 0 |
| HSL | 76.59º | 1% | 0.76% | - |
| HSV(B) | 76.59º | 0.48% | 1% | - |
| XYZ | 69.74 | 88.56 | 35.25 | - |
| YUV | 230.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 132 | 0.13 | 0 | 0.48 | 0 | 76.59 | 1 | 0.76 |
| Hex | DD | FF | 84 | D | 0 | 30 | 0 | 4D | 64 | 4C |
| Octal | 335 | 377 | 204 | 15 | 0 | 60 | 0 | 115 | 144 | 114 |
| Binary | 11011101 | 11111111 | 10000100 | 1101 | 0 | 110000 | 0 | 1001101 | 1100100 | 1001100 |
Color Harmonies of #DDFF84
Complementary color
Monochromatic Colors of #DDFF84
Black with #DDFF84
Text Example
Text Example
White with #DDFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF84; }
p { color: rgb(221,255,132); }
H1.HeaderClassName
{
color: #DDFF84;
}
.AnyTagClassName
{
color: #DDFF84;
}
</style>
background-color css
<style>
a { background-color: #DDFF84; }
a { background-color: rgb(221,255,132); }
div.DivClassName
{
background-color: #DDFF84;
}
.BgClassName
{
background-color: #DDFF84;
}
</style>
border-color css
<style>
span { border-color: #DDFF84; }
span { border-color: rgb(221,255,132); }
td.TdClassName
{
border-color: #DDFF84;
}
.TagClassName
{
border-color: #DDFF84;
}
</style>