Shades of Manz #DCED50
Tints of Manz #DCED50
RGB
CMYK
RGB Variations
Color information
#DCED50 (or 0xDCED50) is known color: Manz. HEX triplet: DC, ED and 50. RGB value is (220,237,80). Sum of RGB (Red+Green+Blue) = 220+237+80=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED50 is #2312AF. Grayscale: #D6D6D6. Windows color (decimal): -2298544 or 5303772. OLE color: 5303772.
HSL color Cylindrical-coordinate representation of color #DCED50: hue angle of 66.5º 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 #DCED50 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 80 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.07 |
| HSL | 66.5º | 0.81% | 0.62% | - |
| HSV(B) | 66.5º | 0.66% | 0.93% | - |
| XYZ | 61.25 | 76.36 | 19.1 | - |
| YUV | 214.02 | 52.37 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 80 | 0.07 | 0 | 0.66 | 0.07 | 66.5 | 0.81 | 0.62 |
| Hex | DC | ED | 50 | 7 | 0 | 42 | 7 | 42 | 51 | 3E |
| Octal | 334 | 355 | 120 | 7 | 0 | 102 | 7 | 102 | 121 | 76 |
| Binary | 11011100 | 11101101 | 1010000 | 111 | 0 | 1000010 | 111 | 1000010 | 1010001 | 111110 |
Color Harmonies of #DCED50
Complementary color
Monochromatic Colors of #DCED50
Black with #DCED50
Text Example
Text Example
White with #DCED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED50; }
p { color: rgb(220,237,80); }
H1.HeaderClassName
{
color: #DCED50;
}
.AnyTagClassName
{
color: #DCED50;
}
</style>
background-color css
<style>
a { background-color: #DCED50; }
a { background-color: rgb(220,237,80); }
div.DivClassName
{
background-color: #DCED50;
}
.BgClassName
{
background-color: #DCED50;
}
</style>
border-color css
<style>
span { border-color: #DCED50; }
span { border-color: rgb(220,237,80); }
td.TdClassName
{
border-color: #DCED50;
}
.TagClassName
{
border-color: #DCED50;
}
</style>