Shades of Mindaro #DCE476
Tints of Mindaro #DCE476
RGB
CMYK
RGB Variations
Color information
#DCE476 (or 0xDCE476) is known color: Mindaro. HEX triplet: DC, E4 and 76. RGB value is (220,228,118). Sum of RGB (Red+Green+Blue) = 220+228+118=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE476 is #231B89. Grayscale: #D5D5D5. Windows color (decimal): -2300810 or 7791836. OLE color: 7791836.
HSL color Cylindrical-coordinate representation of color #DCE476: hue angle of 64.36º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCE476 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 118 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.11 |
| HSL | 64.36º | 0.67% | 0.68% | - |
| HSV(B) | 64.36º | 0.48% | 0.89% | - |
| XYZ | 60.53 | 72.01 | 27.85 | - |
| YUV | 213.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 118 | 0.04 | 0 | 0.48 | 0.11 | 64.36 | 0.67 | 0.68 |
| Hex | DC | E4 | 76 | 4 | 0 | 30 | B | 40 | 43 | 44 |
| Octal | 334 | 344 | 166 | 4 | 0 | 60 | 13 | 100 | 103 | 104 |
| Binary | 11011100 | 11100100 | 1110110 | 100 | 0 | 110000 | 1011 | 1000000 | 1000011 | 1000100 |
Color Harmonies of #DCE476
Complementary color
Monochromatic Colors of #DCE476
Black with #DCE476
Text Example
Text Example
White with #DCE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE476; }
p { color: rgb(220,228,118); }
H1.HeaderClassName
{
color: #DCE476;
}
.AnyTagClassName
{
color: #DCE476;
}
</style>
background-color css
<style>
a { background-color: #DCE476; }
a { background-color: rgb(220,228,118); }
div.DivClassName
{
background-color: #DCE476;
}
.BgClassName
{
background-color: #DCE476;
}
</style>
border-color css
<style>
span { border-color: #DCE476; }
span { border-color: rgb(220,228,118); }
td.TdClassName
{
border-color: #DCE476;
}
.TagClassName
{
border-color: #DCE476;
}
</style>