Shades of Mindaro #DCE579
Tints of Mindaro #DCE579
RGB
CMYK
RGB Variations
Color information
#DCE579 (or 0xDCE579) is known color: Mindaro. HEX triplet: DC, E5 and 79. RGB value is (220,229,121). Sum of RGB (Red+Green+Blue) = 220+229+121=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE579 is #231A86. Grayscale: #D6D6D6. Windows color (decimal): -2300551 or 7988700. OLE color: 7988700.
HSL color Cylindrical-coordinate representation of color #DCE579: hue angle of 65º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCE579 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 121 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.10 |
| HSL | 65º | 0.68% | 0.69% | - |
| HSV(B) | 65º | 0.47% | 0.9% | - |
| XYZ | 60.99 | 72.63 | 28.89 | - |
| YUV | 214 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 121 | 0.04 | 0 | 0.47 | 0.10 | 65 | 0.68 | 0.69 |
| Hex | DC | E5 | 79 | 4 | 0 | 2F | A | 41 | 44 | 45 |
| Octal | 334 | 345 | 171 | 4 | 0 | 57 | 12 | 101 | 104 | 105 |
| Binary | 11011100 | 11100101 | 1111001 | 100 | 0 | 101111 | 1010 | 1000001 | 1000100 | 1000101 |
Color Harmonies of #DCE579
Complementary color
Monochromatic Colors of #DCE579
Black with #DCE579
Text Example
Text Example
White with #DCE579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE579; }
p { color: rgb(220,229,121); }
H1.HeaderClassName
{
color: #DCE579;
}
.AnyTagClassName
{
color: #DCE579;
}
</style>
background-color css
<style>
a { background-color: #DCE579; }
a { background-color: rgb(220,229,121); }
div.DivClassName
{
background-color: #DCE579;
}
.BgClassName
{
background-color: #DCE579;
}
</style>
border-color css
<style>
span { border-color: #DCE579; }
span { border-color: rgb(220,229,121); }
td.TdClassName
{
border-color: #DCE579;
}
.TagClassName
{
border-color: #DCE579;
}
</style>