Shades of Manz #DDEF52
Tints of Manz #DDEF52
RGB
CMYK
RGB Variations
Color information
#DDEF52 (or 0xDDEF52) is known color: Manz. HEX triplet: DD, EF and 52. RGB value is (221,239,82). Sum of RGB (Red+Green+Blue) = 221+239+82=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF52 is #2210AD. Grayscale: #D8D8D8. Windows color (decimal): -2232494 or 5435357. OLE color: 5435357.
HSL color Cylindrical-coordinate representation of color #DDEF52: hue angle of 66.88º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDEF52 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 82 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.06 |
| HSL | 66.88º | 0.83% | 0.63% | - |
| HSV(B) | 66.88º | 0.66% | 0.94% | - |
| XYZ | 62.21 | 77.71 | 19.7 | - |
| YUV | 215.72 | 52.54 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 82 | 0.08 | 0 | 0.66 | 0.06 | 66.88 | 0.83 | 0.63 |
| Hex | DD | EF | 52 | 8 | 0 | 42 | 6 | 43 | 53 | 3F |
| Octal | 335 | 357 | 122 | 10 | 0 | 102 | 6 | 103 | 123 | 77 |
| Binary | 11011101 | 11101111 | 1010010 | 1000 | 0 | 1000010 | 110 | 1000011 | 1010011 | 111111 |
Color Harmonies of #DDEF52
Complementary color
Monochromatic Colors of #DDEF52
Black with #DDEF52
Text Example
Text Example
White with #DDEF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF52; }
p { color: rgb(221,239,82); }
H1.HeaderClassName
{
color: #DDEF52;
}
.AnyTagClassName
{
color: #DDEF52;
}
</style>
background-color css
<style>
a { background-color: #DDEF52; }
a { background-color: rgb(221,239,82); }
div.DivClassName
{
background-color: #DDEF52;
}
.BgClassName
{
background-color: #DDEF52;
}
</style>
border-color css
<style>
span { border-color: #DDEF52; }
span { border-color: rgb(221,239,82); }
td.TdClassName
{
border-color: #DDEF52;
}
.TagClassName
{
border-color: #DDEF52;
}
</style>