Shades of Manz #DDF04E
Tints of Manz #DDF04E
RGB
CMYK
RGB Variations
Color information
#DDF04E (or 0xDDF04E) is known color: Manz. HEX triplet: DD, F0 and 4E. RGB value is (221,240,78). Sum of RGB (Red+Green+Blue) = 221+240+78=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 78 (30.86% from 255 or 14.47% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF04E is #220FB1. Grayscale: #D8D8D8. Windows color (decimal): -2232242 or 5173469. OLE color: 5173469.
HSL color Cylindrical-coordinate representation of color #DDF04E: hue angle of 67.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDF04E is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 78 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.06 |
| HSL | 67.04º | 0.84% | 0.62% | - |
| HSV(B) | 67.04º | 0.68% | 0.94% | - |
| XYZ | 62.35 | 78.24 | 19.02 | - |
| YUV | 215.85 | 50.21 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 78 | 0.08 | 0 | 0.68 | 0.06 | 67.04 | 0.84 | 0.62 |
| Hex | DD | F0 | 4E | 8 | 0 | 44 | 6 | 43 | 54 | 3E |
| Octal | 335 | 360 | 116 | 10 | 0 | 104 | 6 | 103 | 124 | 76 |
| Binary | 11011101 | 11110000 | 1001110 | 1000 | 0 | 1000100 | 110 | 1000011 | 1010100 | 111110 |
Color Harmonies of #DDF04E
Complementary color
Monochromatic Colors of #DDF04E
Black with #DDF04E
Text Example
Text Example
White with #DDF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF04E; }
p { color: rgb(221,240,78); }
H1.HeaderClassName
{
color: #DDF04E;
}
.AnyTagClassName
{
color: #DDF04E;
}
</style>
background-color css
<style>
a { background-color: #DDF04E; }
a { background-color: rgb(221,240,78); }
div.DivClassName
{
background-color: #DDF04E;
}
.BgClassName
{
background-color: #DDF04E;
}
</style>
border-color css
<style>
span { border-color: #DDF04E; }
span { border-color: rgb(221,240,78); }
td.TdClassName
{
border-color: #DDF04E;
}
.TagClassName
{
border-color: #DDF04E;
}
</style>