Shades of Manz #DDEC51
Tints of Manz #DDEC51
RGB
CMYK
RGB Variations
Color information
#DDEC51 (or 0xDDEC51) is known color: Manz. HEX triplet: DD, EC and 51. RGB value is (221,236,81). Sum of RGB (Red+Green+Blue) = 221+236+81=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 81 (32.03% from 255 or 15.06% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC51 is #2213AE. Grayscale: #D6D6D6. Windows color (decimal): -2233263 or 5369053. OLE color: 5369053.
HSL color Cylindrical-coordinate representation of color #DDEC51: hue angle of 65.81º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDEC51 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 81 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.07 |
| HSL | 65.81º | 0.8% | 0.62% | - |
| HSV(B) | 65.81º | 0.66% | 0.93% | - |
| XYZ | 61.3 | 75.96 | 19.21 | - |
| YUV | 213.85 | 53.03 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 81 | 0.06 | 0 | 0.66 | 0.07 | 65.81 | 0.8 | 0.62 |
| Hex | DD | EC | 51 | 6 | 0 | 42 | 7 | 42 | 50 | 3E |
| Octal | 335 | 354 | 121 | 6 | 0 | 102 | 7 | 102 | 120 | 76 |
| Binary | 11011101 | 11101100 | 1010001 | 110 | 0 | 1000010 | 111 | 1000010 | 1010000 | 111110 |
Color Harmonies of #DDEC51
Complementary color
Monochromatic Colors of #DDEC51
Black with #DDEC51
Text Example
Text Example
White with #DDEC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC51; }
p { color: rgb(221,236,81); }
H1.HeaderClassName
{
color: #DDEC51;
}
.AnyTagClassName
{
color: #DDEC51;
}
</style>
background-color css
<style>
a { background-color: #DDEC51; }
a { background-color: rgb(221,236,81); }
div.DivClassName
{
background-color: #DDEC51;
}
.BgClassName
{
background-color: #DDEC51;
}
</style>
border-color css
<style>
span { border-color: #DDEC51; }
span { border-color: rgb(221,236,81); }
td.TdClassName
{
border-color: #DDEC51;
}
.TagClassName
{
border-color: #DDEC51;
}
</style>