Shades of Manz #DDF24F
Tints of Manz #DDF24F
RGB
CMYK
RGB Variations
Color information
#DDF24F (or 0xDDF24F) is known color: Manz. HEX triplet: DD, F2 and 4F. RGB value is (221,242,79). Sum of RGB (Red+Green+Blue) = 221+242+79=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 79 (31.25% from 255 or 14.58% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF24F is #220DB0. Grayscale: #D9D9D9. Windows color (decimal): -2231729 or 5239517. OLE color: 5239517.
HSL color Cylindrical-coordinate representation of color #DDF24F: hue angle of 67.73º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDF24F is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 79 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.05 |
| HSL | 67.73º | 0.86% | 0.63% | - |
| HSV(B) | 67.73º | 0.67% | 0.95% | - |
| XYZ | 62.98 | 79.44 | 19.41 | - |
| YUV | 217.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 79 | 0.09 | 0 | 0.67 | 0.05 | 67.73 | 0.86 | 0.63 |
| Hex | DD | F2 | 4F | 9 | 0 | 43 | 5 | 44 | 56 | 3F |
| Octal | 335 | 362 | 117 | 11 | 0 | 103 | 5 | 104 | 126 | 77 |
| Binary | 11011101 | 11110010 | 1001111 | 1001 | 0 | 1000011 | 101 | 1000100 | 1010110 | 111111 |
Color Harmonies of #DDF24F
Complementary color
Monochromatic Colors of #DDF24F
Black with #DDF24F
Text Example
Text Example
White with #DDF24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF24F; }
p { color: rgb(221,242,79); }
H1.HeaderClassName
{
color: #DDF24F;
}
.AnyTagClassName
{
color: #DDF24F;
}
</style>
background-color css
<style>
a { background-color: #DDF24F; }
a { background-color: rgb(221,242,79); }
div.DivClassName
{
background-color: #DDF24F;
}
.BgClassName
{
background-color: #DDF24F;
}
</style>
border-color css
<style>
span { border-color: #DDF24F; }
span { border-color: rgb(221,242,79); }
td.TdClassName
{
border-color: #DDF24F;
}
.TagClassName
{
border-color: #DDF24F;
}
</style>