Shades of Tidal #DDF78A
Tints of Tidal #DDF78A
RGB
CMYK
RGB Variations
Color information
#DDF78A (or 0xDDF78A) is known color: Tidal. HEX triplet: DD, F7 and 8A. RGB value is (221,247,138). Sum of RGB (Red+Green+Blue) = 221+247+138=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF78A is #220875. Grayscale: #E3E3E3. Windows color (decimal): -2230390 or 9107421. OLE color: 9107421.
HSL color Cylindrical-coordinate representation of color #DDF78A: hue angle of 74.31º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDF78A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 138 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.03 |
| HSL | 74.31º | 0.87% | 0.75% | - |
| HSV(B) | 74.31º | 0.44% | 0.97% | - |
| XYZ | 67.67 | 83.73 | 36.64 | - |
| YUV | 226.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 138 | 0.11 | 0 | 0.44 | 0.03 | 74.31 | 0.87 | 0.75 |
| Hex | DD | F7 | 8A | B | 0 | 2C | 3 | 4A | 57 | 4B |
| Octal | 335 | 367 | 212 | 13 | 0 | 54 | 3 | 112 | 127 | 113 |
| Binary | 11011101 | 11110111 | 10001010 | 1011 | 0 | 101100 | 11 | 1001010 | 1010111 | 1001011 |
Color Harmonies of #DDF78A
Complementary color
Monochromatic Colors of #DDF78A
Black with #DDF78A
Text Example
Text Example
White with #DDF78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF78A; }
p { color: rgb(221,247,138); }
H1.HeaderClassName
{
color: #DDF78A;
}
.AnyTagClassName
{
color: #DDF78A;
}
</style>
background-color css
<style>
a { background-color: #DDF78A; }
a { background-color: rgb(221,247,138); }
div.DivClassName
{
background-color: #DDF78A;
}
.BgClassName
{
background-color: #DDF78A;
}
</style>
border-color css
<style>
span { border-color: #DDF78A; }
span { border-color: rgb(221,247,138); }
td.TdClassName
{
border-color: #DDF78A;
}
.TagClassName
{
border-color: #DDF78A;
}
</style>