Shades of Manz #DDF24D
Tints of Manz #DDF24D
RGB
CMYK
RGB Variations
Color information
#DDF24D (or 0xDDF24D) is known color: Manz. HEX triplet: DD, F2 and 4D. RGB value is (221,242,77). Sum of RGB (Red+Green+Blue) = 221+242+77=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF24D is #220DB2. Grayscale: #D9D9D9. Windows color (decimal): -2231731 or 5108445. OLE color: 5108445.
HSL color Cylindrical-coordinate representation of color #DDF24D: hue angle of 67.64º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDF24D is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 77 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.05 |
| HSL | 67.64º | 0.86% | 0.63% | - |
| HSV(B) | 67.64º | 0.68% | 0.95% | - |
| XYZ | 62.91 | 79.41 | 19.03 | - |
| YUV | 216.91 | 49.04 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 77 | 0.09 | 0 | 0.68 | 0.05 | 67.64 | 0.86 | 0.63 |
| Hex | DD | F2 | 4D | 9 | 0 | 44 | 5 | 44 | 56 | 3F |
| Octal | 335 | 362 | 115 | 11 | 0 | 104 | 5 | 104 | 126 | 77 |
| Binary | 11011101 | 11110010 | 1001101 | 1001 | 0 | 1000100 | 101 | 1000100 | 1010110 | 111111 |
Color Harmonies of #DDF24D
Complementary color
Monochromatic Colors of #DDF24D
Black with #DDF24D
Text Example
Text Example
White with #DDF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF24D; }
p { color: rgb(221,242,77); }
H1.HeaderClassName
{
color: #DDF24D;
}
.AnyTagClassName
{
color: #DDF24D;
}
</style>
background-color css
<style>
a { background-color: #DDF24D; }
a { background-color: rgb(221,242,77); }
div.DivClassName
{
background-color: #DDF24D;
}
.BgClassName
{
background-color: #DDF24D;
}
</style>
border-color css
<style>
span { border-color: #DDF24D; }
span { border-color: rgb(221,242,77); }
td.TdClassName
{
border-color: #DDF24D;
}
.TagClassName
{
border-color: #DDF24D;
}
</style>