Shades of Manz #DDE24E
Tints of Manz #DDE24E
RGB
CMYK
RGB Variations
Color information
#DDE24E (or 0xDDE24E) is known color: Manz. HEX triplet: DD, E2 and 4E. RGB value is (221,226,78). Sum of RGB (Red+Green+Blue) = 221+226+78=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE24E is #221DB1. Grayscale: #D0D0D0. Windows color (decimal): -2235826 or 5169885. OLE color: 5169885.
HSL color Cylindrical-coordinate representation of color #DDE24E: hue angle of 62.03º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDE24E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 78 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.11 |
| HSL | 62.03º | 0.72% | 0.6% | - |
| HSV(B) | 62.03º | 0.65% | 0.89% | - |
| XYZ | 58.39 | 70.31 | 17.7 | - |
| YUV | 207.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 78 | 0.02 | 0 | 0.65 | 0.11 | 62.03 | 0.72 | 0.6 |
| Hex | DD | E2 | 4E | 2 | 0 | 41 | B | 3E | 48 | 3C |
| Octal | 335 | 342 | 116 | 2 | 0 | 101 | 13 | 76 | 110 | 74 |
| Binary | 11011101 | 11100010 | 1001110 | 10 | 0 | 1000001 | 1011 | 111110 | 1001000 | 111100 |
Color Harmonies of #DDE24E
Complementary color
Monochromatic Colors of #DDE24E
Black with #DDE24E
Text Example
Text Example
White with #DDE24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE24E; }
p { color: rgb(221,226,78); }
H1.HeaderClassName
{
color: #DDE24E;
}
.AnyTagClassName
{
color: #DDE24E;
}
</style>
background-color css
<style>
a { background-color: #DDE24E; }
a { background-color: rgb(221,226,78); }
div.DivClassName
{
background-color: #DDE24E;
}
.BgClassName
{
background-color: #DDE24E;
}
</style>
border-color css
<style>
span { border-color: #DDE24E; }
span { border-color: rgb(221,226,78); }
td.TdClassName
{
border-color: #DDE24E;
}
.TagClassName
{
border-color: #DDE24E;
}
</style>