Shades of Mindaro #DCE479
Tints of Mindaro #DCE479
RGB
CMYK
RGB Variations
Color information
#DCE479 (or 0xDCE479) is known color: Mindaro. HEX triplet: DC, E4 and 79. RGB value is (220,228,121). Sum of RGB (Red+Green+Blue) = 220+228+121=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 121 (47.66% from 255 or 21.27% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE479 is #231B86. Grayscale: #D5D5D5. Windows color (decimal): -2300807 or 7988444. OLE color: 7988444.
HSL color Cylindrical-coordinate representation of color #DCE479: hue angle of 64.49º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCE479 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 121 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.11 |
| HSL | 64.49º | 0.66% | 0.68% | - |
| HSV(B) | 64.49º | 0.47% | 0.89% | - |
| XYZ | 60.71 | 72.08 | 28.8 | - |
| YUV | 213.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 121 | 0.04 | 0 | 0.47 | 0.11 | 64.49 | 0.66 | 0.68 |
| Hex | DC | E4 | 79 | 4 | 0 | 2F | B | 40 | 42 | 44 |
| Octal | 334 | 344 | 171 | 4 | 0 | 57 | 13 | 100 | 102 | 104 |
| Binary | 11011100 | 11100100 | 1111001 | 100 | 0 | 101111 | 1011 | 1000000 | 1000010 | 1000100 |
Color Harmonies of #DCE479
Complementary color
Monochromatic Colors of #DCE479
Black with #DCE479
Text Example
Text Example
White with #DCE479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE479; }
p { color: rgb(220,228,121); }
H1.HeaderClassName
{
color: #DCE479;
}
.AnyTagClassName
{
color: #DCE479;
}
</style>
background-color css
<style>
a { background-color: #DCE479; }
a { background-color: rgb(220,228,121); }
div.DivClassName
{
background-color: #DCE479;
}
.BgClassName
{
background-color: #DCE479;
}
</style>
border-color css
<style>
span { border-color: #DCE479; }
span { border-color: rgb(220,228,121); }
td.TdClassName
{
border-color: #DCE479;
}
.TagClassName
{
border-color: #DCE479;
}
</style>