Shades of Tidal #DDF98A
Tints of Tidal #DDF98A
RGB
CMYK
RGB Variations
Color information
#DDF98A (or 0xDDF98A) is known color: Tidal. HEX triplet: DD, F9 and 8A. RGB value is (221,249,138). Sum of RGB (Red+Green+Blue) = 221+249+138=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 138 (54.30% from 255 or 22.70% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF98A is #220675. Grayscale: #E4E4E4. Windows color (decimal): -2229878 or 9107933. OLE color: 9107933.
HSL color Cylindrical-coordinate representation of color #DDF98A: hue angle of 75.14º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF98A is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 138 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.02 |
| HSL | 75.14º | 0.9% | 0.76% | - |
| HSV(B) | 75.14º | 0.45% | 0.98% | - |
| XYZ | 68.28 | 84.96 | 36.84 | - |
| YUV | 227.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 138 | 0.11 | 0 | 0.45 | 0.02 | 75.14 | 0.9 | 0.76 |
| Hex | DD | F9 | 8A | B | 0 | 2D | 2 | 4B | 5A | 4C |
| Octal | 335 | 371 | 212 | 13 | 0 | 55 | 2 | 113 | 132 | 114 |
| Binary | 11011101 | 11111001 | 10001010 | 1011 | 0 | 101101 | 10 | 1001011 | 1011010 | 1001100 |
Color Harmonies of #DDF98A
Complementary color
Monochromatic Colors of #DDF98A
Black with #DDF98A
Text Example
Text Example
White with #DDF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF98A; }
p { color: rgb(221,249,138); }
H1.HeaderClassName
{
color: #DDF98A;
}
.AnyTagClassName
{
color: #DDF98A;
}
</style>
background-color css
<style>
a { background-color: #DDF98A; }
a { background-color: rgb(221,249,138); }
div.DivClassName
{
background-color: #DDF98A;
}
.BgClassName
{
background-color: #DDF98A;
}
</style>
border-color css
<style>
span { border-color: #DDF98A; }
span { border-color: rgb(221,249,138); }
td.TdClassName
{
border-color: #DDF98A;
}
.TagClassName
{
border-color: #DDF98A;
}
</style>