Shades of Manz #DDEF4E
Tints of Manz #DDEF4E
RGB
CMYK
RGB Variations
Color information
#DDEF4E (or 0xDDEF4E) is known color: Manz. HEX triplet: DD, EF and 4E. RGB value is (221,239,78). Sum of RGB (Red+Green+Blue) = 221+239+78=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF4E is #2210B1. Grayscale: #D7D7D7. Windows color (decimal): -2232498 or 5173213. OLE color: 5173213.
HSL color Cylindrical-coordinate representation of color #DDEF4E: hue angle of 66.71º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDEF4E is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 78 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.06 |
| HSL | 66.71º | 0.83% | 0.62% | - |
| HSV(B) | 66.71º | 0.67% | 0.94% | - |
| XYZ | 62.06 | 77.66 | 18.93 | - |
| YUV | 215.26 | 50.54 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 78 | 0.08 | 0 | 0.67 | 0.06 | 66.71 | 0.83 | 0.62 |
| Hex | DD | EF | 4E | 8 | 0 | 43 | 6 | 43 | 53 | 3E |
| Octal | 335 | 357 | 116 | 10 | 0 | 103 | 6 | 103 | 123 | 76 |
| Binary | 11011101 | 11101111 | 1001110 | 1000 | 0 | 1000011 | 110 | 1000011 | 1010011 | 111110 |
Color Harmonies of #DDEF4E
Complementary color
Monochromatic Colors of #DDEF4E
Black with #DDEF4E
Text Example
Text Example
White with #DDEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF4E; }
p { color: rgb(221,239,78); }
H1.HeaderClassName
{
color: #DDEF4E;
}
.AnyTagClassName
{
color: #DDEF4E;
}
</style>
background-color css
<style>
a { background-color: #DDEF4E; }
a { background-color: rgb(221,239,78); }
div.DivClassName
{
background-color: #DDEF4E;
}
.BgClassName
{
background-color: #DDEF4E;
}
</style>
border-color css
<style>
span { border-color: #DDEF4E; }
span { border-color: rgb(221,239,78); }
td.TdClassName
{
border-color: #DDEF4E;
}
.TagClassName
{
border-color: #DDEF4E;
}
</style>