Shades of Tidal #DDF78B
Tints of Tidal #DDF78B
RGB
CMYK
RGB Variations
Color information
#DDF78B (or 0xDDF78B) is known color: Tidal. HEX triplet: DD, F7 and 8B. RGB value is (221,247,139). Sum of RGB (Red+Green+Blue) = 221+247+139=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF78B is #220874. Grayscale: #E3E3E3. Windows color (decimal): -2230389 or 9172957. OLE color: 9172957.
HSL color Cylindrical-coordinate representation of color #DDF78B: hue angle of 74.44º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDF78B is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 247 | 139 | - |
CMYK | 0.11 | 0 | 0.44 | 0.03 |
HSL | 74.44º | 0.87% | 0.76% | - |
HSV(B) | 74.44º | 0.44% | 0.97% | - |
XYZ | 67.74 | 83.76 | 37.02 | - |
YUV | 226.91 | 78.39 | 123.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 247 | 139 | 0.11 | 0 | 0.44 | 0.03 | 74.44 | 0.87 | 0.76 |
Hex | DD | F7 | 8B | B | 0 | 2C | 3 | 4A | 57 | 4C |
Octal | 335 | 367 | 213 | 13 | 0 | 54 | 3 | 112 | 127 | 114 |
Binary | 11011101 | 11110111 | 10001011 | 1011 | 0 | 101100 | 11 | 1001010 | 1010111 | 1001100 |
Color Harmonies of #DDF78B
Complementary color
Monochromatic Colors of #DDF78B
Black with #DDF78B
Text Example
Text Example
White with #DDF78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF78B; }
p { color: rgb(221,247,139); }
H1.HeaderClassName
{
color: #DDF78B;
}
.AnyTagClassName
{
color: #DDF78B;
}
</style>
background-color css
<style>
a { background-color: #DDF78B; }
a { background-color: rgb(221,247,139); }
div.DivClassName
{
background-color: #DDF78B;
}
.BgClassName
{
background-color: #DDF78B;
}
</style>
border-color css
<style>
span { border-color: #DDF78B; }
span { border-color: rgb(221,247,139); }
td.TdClassName
{
border-color: #DDF78B;
}
.TagClassName
{
border-color: #DDF78B;
}
</style>