Shades of Manz #DCE64E
Tints of Manz #DCE64E
RGB
CMYK
RGB Variations
Color information
#DCE64E (or 0xDCE64E) is known color: Manz. HEX triplet: DC, E6 and 4E. RGB value is (220,230,78). Sum of RGB (Red+Green+Blue) = 220+230+78=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 78 (30.86% from 255 or 14.77% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE64E is #2319B1. Grayscale: #D2D2D2. Windows color (decimal): -2300338 or 5170908. OLE color: 5170908.
HSL color Cylindrical-coordinate representation of color #DCE64E: hue angle of 63.95º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCE64E is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 78 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.10 |
| HSL | 63.95º | 0.75% | 0.6% | - |
| HSV(B) | 63.95º | 0.66% | 0.9% | - |
| XYZ | 59.19 | 72.36 | 18.05 | - |
| YUV | 209.68 | 53.69 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 78 | 0.04 | 0 | 0.66 | 0.10 | 63.95 | 0.75 | 0.6 |
| Hex | DC | E6 | 4E | 4 | 0 | 42 | A | 40 | 4B | 3C |
| Octal | 334 | 346 | 116 | 4 | 0 | 102 | 12 | 100 | 113 | 74 |
| Binary | 11011100 | 11100110 | 1001110 | 100 | 0 | 1000010 | 1010 | 1000000 | 1001011 | 111100 |
Color Harmonies of #DCE64E
Complementary color
Monochromatic Colors of #DCE64E
Black with #DCE64E
Text Example
Text Example
White with #DCE64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE64E; }
p { color: rgb(220,230,78); }
H1.HeaderClassName
{
color: #DCE64E;
}
.AnyTagClassName
{
color: #DCE64E;
}
</style>
background-color css
<style>
a { background-color: #DCE64E; }
a { background-color: rgb(220,230,78); }
div.DivClassName
{
background-color: #DCE64E;
}
.BgClassName
{
background-color: #DCE64E;
}
</style>
border-color css
<style>
span { border-color: #DCE64E; }
span { border-color: rgb(220,230,78); }
td.TdClassName
{
border-color: #DCE64E;
}
.TagClassName
{
border-color: #DCE64E;
}
</style>