Shades of Tidal #DDF68B
Tints of Tidal #DDF68B
RGB
CMYK
RGB Variations
Color information
#DDF68B (or 0xDDF68B) is known color: Tidal. HEX triplet: DD, F6 and 8B. RGB value is (221,246,139). Sum of RGB (Red+Green+Blue) = 221+246+139=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 139 (54.69% from 255 or 22.94% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF68B is #220974. Grayscale: #E2E2E2. Windows color (decimal): -2230645 or 9172701. OLE color: 9172701.
HSL color Cylindrical-coordinate representation of color #DDF68B: hue angle of 74.02º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDF68B is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 139 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.04 |
| HSL | 74.02º | 0.86% | 0.75% | - |
| HSV(B) | 74.02º | 0.43% | 0.96% | - |
| XYZ | 67.43 | 83.15 | 36.92 | - |
| YUV | 226.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 139 | 0.10 | 0 | 0.43 | 0.04 | 74.02 | 0.86 | 0.75 |
| Hex | DD | F6 | 8B | A | 0 | 2B | 4 | 4A | 56 | 4B |
| Octal | 335 | 366 | 213 | 12 | 0 | 53 | 4 | 112 | 126 | 113 |
| Binary | 11011101 | 11110110 | 10001011 | 1010 | 0 | 101011 | 100 | 1001010 | 1010110 | 1001011 |
Color Harmonies of #DDF68B
Complementary color
Monochromatic Colors of #DDF68B
Black with #DDF68B
Text Example
Text Example
White with #DDF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF68B; }
p { color: rgb(221,246,139); }
H1.HeaderClassName
{
color: #DDF68B;
}
.AnyTagClassName
{
color: #DDF68B;
}
</style>
background-color css
<style>
a { background-color: #DDF68B; }
a { background-color: rgb(221,246,139); }
div.DivClassName
{
background-color: #DDF68B;
}
.BgClassName
{
background-color: #DDF68B;
}
</style>
border-color css
<style>
span { border-color: #DDF68B; }
span { border-color: rgb(221,246,139); }
td.TdClassName
{
border-color: #DDF68B;
}
.TagClassName
{
border-color: #DDF68B;
}
</style>