Shades of Manz #DDED50
Tints of Manz #DDED50
RGB
CMYK
RGB Variations
Color information
#DDED50 (or 0xDDED50) is known color: Manz. HEX triplet: DD, ED and 50. RGB value is (221,237,80). Sum of RGB (Red+Green+Blue) = 221+237+80=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED50 is #2212AF. Grayscale: #D6D6D6. Windows color (decimal): -2233008 or 5303773. OLE color: 5303773.
HSL color Cylindrical-coordinate representation of color #DDED50: hue angle of 66.11º degrees, saturation: 0.81, 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 #DDED50 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 80 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.07 |
| HSL | 66.11º | 0.81% | 0.62% | - |
| HSV(B) | 66.11º | 0.66% | 0.93% | - |
| XYZ | 61.55 | 76.52 | 19.12 | - |
| YUV | 214.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 80 | 0.07 | 0 | 0.66 | 0.07 | 66.11 | 0.81 | 0.62 |
| Hex | DD | ED | 50 | 7 | 0 | 42 | 7 | 42 | 51 | 3E |
| Octal | 335 | 355 | 120 | 7 | 0 | 102 | 7 | 102 | 121 | 76 |
| Binary | 11011101 | 11101101 | 1010000 | 111 | 0 | 1000010 | 111 | 1000010 | 1010001 | 111110 |
Color Harmonies of #DDED50
Complementary color
Monochromatic Colors of #DDED50
Black with #DDED50
Text Example
Text Example
White with #DDED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED50; }
p { color: rgb(221,237,80); }
H1.HeaderClassName
{
color: #DDED50;
}
.AnyTagClassName
{
color: #DDED50;
}
</style>
background-color css
<style>
a { background-color: #DDED50; }
a { background-color: rgb(221,237,80); }
div.DivClassName
{
background-color: #DDED50;
}
.BgClassName
{
background-color: #DDED50;
}
</style>
border-color css
<style>
span { border-color: #DDED50; }
span { border-color: rgb(221,237,80); }
td.TdClassName
{
border-color: #DDED50;
}
.TagClassName
{
border-color: #DDED50;
}
</style>