Shades of Manz #DDF04A
Tints of Manz #DDF04A
RGB
CMYK
RGB Variations
Color information
#DDF04A (or 0xDDF04A) is known color: Manz. HEX triplet: DD, F0 and 4A. RGB value is (221,240,74). Sum of RGB (Red+Green+Blue) = 221+240+74=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF04A is #220FB5. Grayscale: #D8D8D8. Windows color (decimal): -2232246 or 4911325. OLE color: 4911325.
HSL color Cylindrical-coordinate representation of color #DDF04A: hue angle of 66.87º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDF04A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 74 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.06 |
| HSL | 66.87º | 0.85% | 0.62% | - |
| HSV(B) | 66.87º | 0.69% | 0.94% | - |
| XYZ | 62.21 | 78.19 | 18.29 | - |
| YUV | 215.4 | 48.21 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 74 | 0.08 | 0 | 0.69 | 0.06 | 66.87 | 0.85 | 0.62 |
| Hex | DD | F0 | 4A | 8 | 0 | 45 | 6 | 43 | 55 | 3E |
| Octal | 335 | 360 | 112 | 10 | 0 | 105 | 6 | 103 | 125 | 76 |
| Binary | 11011101 | 11110000 | 1001010 | 1000 | 0 | 1000101 | 110 | 1000011 | 1010101 | 111110 |
Color Harmonies of #DDF04A
Complementary color
Monochromatic Colors of #DDF04A
Black with #DDF04A
Text Example
Text Example
White with #DDF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF04A; }
p { color: rgb(221,240,74); }
H1.HeaderClassName
{
color: #DDF04A;
}
.AnyTagClassName
{
color: #DDF04A;
}
</style>
background-color css
<style>
a { background-color: #DDF04A; }
a { background-color: rgb(221,240,74); }
div.DivClassName
{
background-color: #DDF04A;
}
.BgClassName
{
background-color: #DDF04A;
}
</style>
border-color css
<style>
span { border-color: #DDF04A; }
span { border-color: rgb(221,240,74); }
td.TdClassName
{
border-color: #DDF04A;
}
.TagClassName
{
border-color: #DDF04A;
}
</style>