Shades of Manz #DDEC54
Tints of Manz #DDEC54
RGB
CMYK
RGB Variations
Color information
#DDEC54 (or 0xDDEC54) is known color: Manz. HEX triplet: DD, EC and 54. RGB value is (221,236,84). Sum of RGB (Red+Green+Blue) = 221+236+84=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 84 (33.20% from 255 or 15.53% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC54 is #2213AB. Grayscale: #D6D6D6. Windows color (decimal): -2233260 or 5565661. OLE color: 5565661.
HSL color Cylindrical-coordinate representation of color #DDEC54: hue angle of 65.92º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDEC54 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 84 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.07 |
| HSL | 65.92º | 0.8% | 0.63% | - |
| HSV(B) | 65.92º | 0.64% | 0.93% | - |
| XYZ | 61.41 | 76 | 19.82 | - |
| YUV | 214.19 | 54.53 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 84 | 0.06 | 0 | 0.64 | 0.07 | 65.92 | 0.8 | 0.63 |
| Hex | DD | EC | 54 | 6 | 0 | 40 | 7 | 42 | 50 | 3F |
| Octal | 335 | 354 | 124 | 6 | 0 | 100 | 7 | 102 | 120 | 77 |
| Binary | 11011101 | 11101100 | 1010100 | 110 | 0 | 1000000 | 111 | 1000010 | 1010000 | 111111 |
Color Harmonies of #DDEC54
Complementary color
Monochromatic Colors of #DDEC54
Black with #DDEC54
Text Example
Text Example
White with #DDEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC54; }
p { color: rgb(221,236,84); }
H1.HeaderClassName
{
color: #DDEC54;
}
.AnyTagClassName
{
color: #DDEC54;
}
</style>
background-color css
<style>
a { background-color: #DDEC54; }
a { background-color: rgb(221,236,84); }
div.DivClassName
{
background-color: #DDEC54;
}
.BgClassName
{
background-color: #DDEC54;
}
</style>
border-color css
<style>
span { border-color: #DDEC54; }
span { border-color: rgb(221,236,84); }
td.TdClassName
{
border-color: #DDEC54;
}
.TagClassName
{
border-color: #DDEC54;
}
</style>