Shades of Manz #DDEF4D
Tints of Manz #DDEF4D
RGB
CMYK
RGB Variations
Color information
#DDEF4D (or 0xDDEF4D) is known color: Manz. HEX triplet: DD, EF and 4D. RGB value is (221,239,77). Sum of RGB (Red+Green+Blue) = 221+239+77=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF4D is #2210B2. Grayscale: #D7D7D7. Windows color (decimal): -2232499 or 5107677. OLE color: 5107677.
HSL color Cylindrical-coordinate representation of color #DDEF4D: hue angle of 66.67º 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 #DDEF4D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 77 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.06 |
| HSL | 66.67º | 0.84% | 0.62% | - |
| HSV(B) | 66.67º | 0.68% | 0.94% | - |
| XYZ | 62.02 | 77.64 | 18.74 | - |
| YUV | 215.15 | 50.04 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 77 | 0.08 | 0 | 0.68 | 0.06 | 66.67 | 0.84 | 0.62 |
| Hex | DD | EF | 4D | 8 | 0 | 44 | 6 | 43 | 54 | 3E |
| Octal | 335 | 357 | 115 | 10 | 0 | 104 | 6 | 103 | 124 | 76 |
| Binary | 11011101 | 11101111 | 1001101 | 1000 | 0 | 1000100 | 110 | 1000011 | 1010100 | 111110 |
Color Harmonies of #DDEF4D
Complementary color
Monochromatic Colors of #DDEF4D
Black with #DDEF4D
Text Example
Text Example
White with #DDEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF4D; }
p { color: rgb(221,239,77); }
H1.HeaderClassName
{
color: #DDEF4D;
}
.AnyTagClassName
{
color: #DDEF4D;
}
</style>
background-color css
<style>
a { background-color: #DDEF4D; }
a { background-color: rgb(221,239,77); }
div.DivClassName
{
background-color: #DDEF4D;
}
.BgClassName
{
background-color: #DDEF4D;
}
</style>
border-color css
<style>
span { border-color: #DDEF4D; }
span { border-color: rgb(221,239,77); }
td.TdClassName
{
border-color: #DDEF4D;
}
.TagClassName
{
border-color: #DDEF4D;
}
</style>