Shades of Mindaro #DCE468
Tints of Mindaro #DCE468
RGB
CMYK
RGB Variations
Color information
#DCE468 (or 0xDCE468) is known color: Mindaro. HEX triplet: DC, E4 and 68. RGB value is (220,228,104). Sum of RGB (Red+Green+Blue) = 220+228+104=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE468 is #231B97. Grayscale: #D3D3D3. Windows color (decimal): -2300824 or 6874332. OLE color: 6874332.
HSL color Cylindrical-coordinate representation of color #DCE468: hue angle of 63.87º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCE468 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 104 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.11 |
| HSL | 63.87º | 0.7% | 0.65% | - |
| HSV(B) | 63.87º | 0.54% | 0.89% | - |
| XYZ | 59.76 | 71.7 | 23.79 | - |
| YUV | 211.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 104 | 0.04 | 0 | 0.54 | 0.11 | 63.87 | 0.7 | 0.65 |
| Hex | DC | E4 | 68 | 4 | 0 | 36 | B | 40 | 46 | 41 |
| Octal | 334 | 344 | 150 | 4 | 0 | 66 | 13 | 100 | 106 | 101 |
| Binary | 11011100 | 11100100 | 1101000 | 100 | 0 | 110110 | 1011 | 1000000 | 1000110 | 1000001 |
Color Harmonies of #DCE468
Complementary color
Monochromatic Colors of #DCE468
Black with #DCE468
Text Example
Text Example
White with #DCE468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE468; }
p { color: rgb(220,228,104); }
H1.HeaderClassName
{
color: #DCE468;
}
.AnyTagClassName
{
color: #DCE468;
}
</style>
background-color css
<style>
a { background-color: #DCE468; }
a { background-color: rgb(220,228,104); }
div.DivClassName
{
background-color: #DCE468;
}
.BgClassName
{
background-color: #DCE468;
}
</style>
border-color css
<style>
span { border-color: #DCE468; }
span { border-color: rgb(220,228,104); }
td.TdClassName
{
border-color: #DCE468;
}
.TagClassName
{
border-color: #DCE468;
}
</style>