Shades of Tidal #DDF68A
Tints of Tidal #DDF68A
RGB
CMYK
RGB Variations
Color information
#DDF68A (or 0xDDF68A) is known color: Tidal. HEX triplet: DD, F6 and 8A. RGB value is (221,246,138). Sum of RGB (Red+Green+Blue) = 221+246+138=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF68A is #220975. Grayscale: #E2E2E2. Windows color (decimal): -2230646 or 9107165. OLE color: 9107165.
HSL color Cylindrical-coordinate representation of color #DDF68A: hue angle of 73.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDF68A is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 138 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.04 |
| HSL | 73.89º | 0.86% | 0.75% | - |
| HSV(B) | 73.89º | 0.44% | 0.96% | - |
| XYZ | 67.36 | 83.12 | 36.54 | - |
| YUV | 226.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 138 | 0.10 | 0 | 0.44 | 0.04 | 73.89 | 0.86 | 0.75 |
| Hex | DD | F6 | 8A | A | 0 | 2C | 4 | 4A | 56 | 4B |
| Octal | 335 | 366 | 212 | 12 | 0 | 54 | 4 | 112 | 126 | 113 |
| Binary | 11011101 | 11110110 | 10001010 | 1010 | 0 | 101100 | 100 | 1001010 | 1010110 | 1001011 |
Color Harmonies of #DDF68A
Complementary color
Monochromatic Colors of #DDF68A
Black with #DDF68A
Text Example
Text Example
White with #DDF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF68A; }
p { color: rgb(221,246,138); }
H1.HeaderClassName
{
color: #DDF68A;
}
.AnyTagClassName
{
color: #DDF68A;
}
</style>
background-color css
<style>
a { background-color: #DDF68A; }
a { background-color: rgb(221,246,138); }
div.DivClassName
{
background-color: #DDF68A;
}
.BgClassName
{
background-color: #DDF68A;
}
</style>
border-color css
<style>
span { border-color: #DDF68A; }
span { border-color: rgb(221,246,138); }
td.TdClassName
{
border-color: #DDF68A;
}
.TagClassName
{
border-color: #DDF68A;
}
</style>