Shades of Tidal #DDFF87
Tints of Tidal #DDFF87
RGB
CMYK
RGB Variations
Color information
#DDFF87 (or 0xDDFF87) is known color: Tidal. HEX triplet: DD, FF and 87. RGB value is (221,255,135). Sum of RGB (Red+Green+Blue) = 221+255+135=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 135 (53.12% from 255 or 22.09% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF87 is #220078. Grayscale: #E7E7E7. Windows color (decimal): -2228345 or 8912861. OLE color: 8912861.
HSL color Cylindrical-coordinate representation of color #DDFF87: hue angle of 77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDFF87 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 135 | - |
| CMYK | 0.13 | 0 | 0.47 | 0 |
| HSL | 77º | 1% | 0.76% | - |
| HSV(B) | 77º | 0.47% | 1% | - |
| XYZ | 69.95 | 88.64 | 36.34 | - |
| YUV | 231.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 135 | 0.13 | 0 | 0.47 | 0 | 77 | 1 | 0.76 |
| Hex | DD | FF | 87 | D | 0 | 2F | 0 | 4D | 64 | 4C |
| Octal | 335 | 377 | 207 | 15 | 0 | 57 | 0 | 115 | 144 | 114 |
| Binary | 11011101 | 11111111 | 10000111 | 1101 | 0 | 101111 | 0 | 1001101 | 1100100 | 1001100 |
Color Harmonies of #DDFF87
Complementary color
Monochromatic Colors of #DDFF87
Black with #DDFF87
Text Example
Text Example
White with #DDFF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF87; }
p { color: rgb(221,255,135); }
H1.HeaderClassName
{
color: #DDFF87;
}
.AnyTagClassName
{
color: #DDFF87;
}
</style>
background-color css
<style>
a { background-color: #DDFF87; }
a { background-color: rgb(221,255,135); }
div.DivClassName
{
background-color: #DDFF87;
}
.BgClassName
{
background-color: #DDFF87;
}
</style>
border-color css
<style>
span { border-color: #DDFF87; }
span { border-color: rgb(221,255,135); }
td.TdClassName
{
border-color: #DDFF87;
}
.TagClassName
{
border-color: #DDFF87;
}
</style>