Shades of Manz #DDF04D
Tints of Manz #DDF04D
RGB
CMYK
RGB Variations
Color information
#DDF04D (or 0xDDF04D) is known color: Manz. HEX triplet: DD, F0 and 4D. RGB value is (221,240,77). Sum of RGB (Red+Green+Blue) = 221+240+77=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF04D is #220FB2. Grayscale: #D8D8D8. Windows color (decimal): -2232243 or 5107933. OLE color: 5107933.
HSL color Cylindrical-coordinate representation of color #DDF04D: hue angle of 66.99º 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 #DDF04D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 77 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.06 |
| HSL | 66.99º | 0.84% | 0.62% | - |
| HSV(B) | 66.99º | 0.68% | 0.94% | - |
| XYZ | 62.32 | 78.23 | 18.84 | - |
| YUV | 215.74 | 49.71 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 77 | 0.08 | 0 | 0.68 | 0.06 | 66.99 | 0.84 | 0.62 |
| Hex | DD | F0 | 4D | 8 | 0 | 44 | 6 | 43 | 54 | 3E |
| Octal | 335 | 360 | 115 | 10 | 0 | 104 | 6 | 103 | 124 | 76 |
| Binary | 11011101 | 11110000 | 1001101 | 1000 | 0 | 1000100 | 110 | 1000011 | 1010100 | 111110 |
Color Harmonies of #DDF04D
Complementary color
Monochromatic Colors of #DDF04D
Black with #DDF04D
Text Example
Text Example
White with #DDF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF04D; }
p { color: rgb(221,240,77); }
H1.HeaderClassName
{
color: #DDF04D;
}
.AnyTagClassName
{
color: #DDF04D;
}
</style>
background-color css
<style>
a { background-color: #DDF04D; }
a { background-color: rgb(221,240,77); }
div.DivClassName
{
background-color: #DDF04D;
}
.BgClassName
{
background-color: #DDF04D;
}
</style>
border-color css
<style>
span { border-color: #DDF04D; }
span { border-color: rgb(221,240,77); }
td.TdClassName
{
border-color: #DDF04D;
}
.TagClassName
{
border-color: #DDF04D;
}
</style>