Shades of Mindaro #DCE574
Tints of Mindaro #DCE574
RGB
CMYK
RGB Variations
Color information
#DCE574 (or 0xDCE574) is known color: Mindaro. HEX triplet: DC, E5 and 74. RGB value is (220,229,116). Sum of RGB (Red+Green+Blue) = 220+229+116=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE574 is #231A8B. Grayscale: #D5D5D5. Windows color (decimal): -2300556 or 7661020. OLE color: 7661020.
HSL color Cylindrical-coordinate representation of color #DCE574: hue angle of 64.78º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCE574 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 116 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.10 |
| HSL | 64.78º | 0.68% | 0.68% | - |
| HSV(B) | 64.78º | 0.49% | 0.9% | - |
| XYZ | 60.69 | 72.52 | 27.32 | - |
| YUV | 213.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 116 | 0.04 | 0 | 0.49 | 0.10 | 64.78 | 0.68 | 0.68 |
| Hex | DC | E5 | 74 | 4 | 0 | 31 | A | 41 | 44 | 44 |
| Octal | 334 | 345 | 164 | 4 | 0 | 61 | 12 | 101 | 104 | 104 |
| Binary | 11011100 | 11100101 | 1110100 | 100 | 0 | 110001 | 1010 | 1000001 | 1000100 | 1000100 |
Color Harmonies of #DCE574
Complementary color
Monochromatic Colors of #DCE574
Black with #DCE574
Text Example
Text Example
White with #DCE574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE574; }
p { color: rgb(220,229,116); }
H1.HeaderClassName
{
color: #DCE574;
}
.AnyTagClassName
{
color: #DCE574;
}
</style>
background-color css
<style>
a { background-color: #DCE574; }
a { background-color: rgb(220,229,116); }
div.DivClassName
{
background-color: #DCE574;
}
.BgClassName
{
background-color: #DCE574;
}
</style>
border-color css
<style>
span { border-color: #DCE574; }
span { border-color: rgb(220,229,116); }
td.TdClassName
{
border-color: #DCE574;
}
.TagClassName
{
border-color: #DCE574;
}
</style>