Shades of Tidal #DDFB8A
Tints of Tidal #DDFB8A
RGB
CMYK
RGB Variations
Color information
#DDFB8A (or 0xDDFB8A) is known color: Tidal. HEX triplet: DD, FB and 8A. RGB value is (221,251,138). Sum of RGB (Red+Green+Blue) = 221+251+138=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB8A is #220475. Grayscale: #E5E5E5. Windows color (decimal): -2229366 or 9108445. OLE color: 9108445.
HSL color Cylindrical-coordinate representation of color #DDFB8A: hue angle of 75.93º degrees, saturation: 0.93, 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 #DDFB8A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 138 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.02 |
| HSL | 75.93º | 0.93% | 0.76% | - |
| HSV(B) | 75.93º | 0.45% | 0.98% | - |
| XYZ | 68.9 | 86.2 | 37.05 | - |
| YUV | 229.15 | 76.56 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 138 | 0.12 | 0 | 0.45 | 0.02 | 75.93 | 0.93 | 0.76 |
| Hex | DD | FB | 8A | C | 0 | 2D | 2 | 4C | 5D | 4C |
| Octal | 335 | 373 | 212 | 14 | 0 | 55 | 2 | 114 | 135 | 114 |
| Binary | 11011101 | 11111011 | 10001010 | 1100 | 0 | 101101 | 10 | 1001100 | 1011101 | 1001100 |
Color Harmonies of #DDFB8A
Complementary color
Monochromatic Colors of #DDFB8A
Black with #DDFB8A
Text Example
Text Example
White with #DDFB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB8A; }
p { color: rgb(221,251,138); }
H1.HeaderClassName
{
color: #DDFB8A;
}
.AnyTagClassName
{
color: #DDFB8A;
}
</style>
background-color css
<style>
a { background-color: #DDFB8A; }
a { background-color: rgb(221,251,138); }
div.DivClassName
{
background-color: #DDFB8A;
}
.BgClassName
{
background-color: #DDFB8A;
}
</style>
border-color css
<style>
span { border-color: #DDFB8A; }
span { border-color: rgb(221,251,138); }
td.TdClassName
{
border-color: #DDFB8A;
}
.TagClassName
{
border-color: #DDFB8A;
}
</style>