Shades of Manz #DCE04E
Tints of Manz #DCE04E
RGB
CMYK
RGB Variations
Color information
#DCE04E (or 0xDCE04E) is known color: Manz. HEX triplet: DC, E0 and 4E. RGB value is (220,224,78). Sum of RGB (Red+Green+Blue) = 220+224+78=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE04E is #231FB1. Grayscale: #CECECE. Windows color (decimal): -2301874 or 5169372. OLE color: 5169372.
HSL color Cylindrical-coordinate representation of color #DCE04E: hue angle of 61.64º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCE04E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 78 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.12 |
| HSL | 61.64º | 0.7% | 0.59% | - |
| HSV(B) | 61.64º | 0.65% | 0.88% | - |
| XYZ | 57.55 | 69.08 | 17.51 | - |
| YUV | 206.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 78 | 0.02 | 0 | 0.65 | 0.12 | 61.64 | 0.7 | 0.59 |
| Hex | DC | E0 | 4E | 2 | 0 | 41 | C | 3E | 46 | 3B |
| Octal | 334 | 340 | 116 | 2 | 0 | 101 | 14 | 76 | 106 | 73 |
| Binary | 11011100 | 11100000 | 1001110 | 10 | 0 | 1000001 | 1100 | 111110 | 1000110 | 111011 |
Color Harmonies of #DCE04E
Complementary color
Monochromatic Colors of #DCE04E
Black with #DCE04E
Text Example
Text Example
White with #DCE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE04E; }
p { color: rgb(220,224,78); }
H1.HeaderClassName
{
color: #DCE04E;
}
.AnyTagClassName
{
color: #DCE04E;
}
</style>
background-color css
<style>
a { background-color: #DCE04E; }
a { background-color: rgb(220,224,78); }
div.DivClassName
{
background-color: #DCE04E;
}
.BgClassName
{
background-color: #DCE04E;
}
</style>
border-color css
<style>
span { border-color: #DCE04E; }
span { border-color: rgb(220,224,78); }
td.TdClassName
{
border-color: #DCE04E;
}
.TagClassName
{
border-color: #DCE04E;
}
</style>