Shades of Manz #DCE45A
Tints of Manz #DCE45A
RGB
CMYK
RGB Variations
Color information
#DCE45A (or 0xDCE45A) is known color: Manz. HEX triplet: DC, E4 and 5A. RGB value is (220,228,90). Sum of RGB (Red+Green+Blue) = 220+228+90=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE45A is #231BA5. Grayscale: #D2D2D2. Windows color (decimal): -2300838 or 5956828. OLE color: 5956828.
HSL color Cylindrical-coordinate representation of color #DCE45A: hue angle of 63.48º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCE45A is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 90 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.11 |
| HSL | 63.48º | 0.72% | 0.62% | - |
| HSV(B) | 63.48º | 0.61% | 0.89% | - |
| XYZ | 59.1 | 71.44 | 20.35 | - |
| YUV | 209.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 90 | 0.04 | 0 | 0.61 | 0.11 | 63.48 | 0.72 | 0.62 |
| Hex | DC | E4 | 5A | 4 | 0 | 3D | B | 3F | 48 | 3E |
| Octal | 334 | 344 | 132 | 4 | 0 | 75 | 13 | 77 | 110 | 76 |
| Binary | 11011100 | 11100100 | 1011010 | 100 | 0 | 111101 | 1011 | 111111 | 1001000 | 111110 |
Color Harmonies of #DCE45A
Complementary color
Monochromatic Colors of #DCE45A
Black with #DCE45A
Text Example
Text Example
White with #DCE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE45A; }
p { color: rgb(220,228,90); }
H1.HeaderClassName
{
color: #DCE45A;
}
.AnyTagClassName
{
color: #DCE45A;
}
</style>
background-color css
<style>
a { background-color: #DCE45A; }
a { background-color: rgb(220,228,90); }
div.DivClassName
{
background-color: #DCE45A;
}
.BgClassName
{
background-color: #DCE45A;
}
</style>
border-color css
<style>
span { border-color: #DCE45A; }
span { border-color: rgb(220,228,90); }
td.TdClassName
{
border-color: #DCE45A;
}
.TagClassName
{
border-color: #DCE45A;
}
</style>