Shades of Mindaro #DCE87C
Tints of Mindaro #DCE87C
RGB
CMYK
RGB Variations
Color information
#DCE87C (or 0xDCE87C) is known color: Mindaro. HEX triplet: DC, E8 and 7C. RGB value is (220,232,124). Sum of RGB (Red+Green+Blue) = 220+232+124=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE87C is #231783. Grayscale: #D8D8D8. Windows color (decimal): -2299780 or 8186076. OLE color: 8186076.
HSL color Cylindrical-coordinate representation of color #DCE87C: hue angle of 66.67º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCE87C is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 232 | 124 | - |
CMYK | 0.05 | 0 | 0.47 | 0.09 |
HSL | 66.67º | 0.7% | 0.7% | - |
HSV(B) | 66.67º | 0.47% | 0.91% | - |
XYZ | 62.01 | 74.38 | 30.16 | - |
YUV | 216.1 | 76.02 | 130.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 232 | 124 | 0.05 | 0 | 0.47 | 0.09 | 66.67 | 0.7 | 0.7 |
Hex | DC | E8 | 7C | 5 | 0 | 2F | 9 | 43 | 46 | 46 |
Octal | 334 | 350 | 174 | 5 | 0 | 57 | 11 | 103 | 106 | 106 |
Binary | 11011100 | 11101000 | 1111100 | 101 | 0 | 101111 | 1001 | 1000011 | 1000110 | 1000110 |
Color Harmonies of #DCE87C
Complementary color
Monochromatic Colors of #DCE87C
Black with #DCE87C
Text Example
Text Example
White with #DCE87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE87C; }
p { color: rgb(220,232,124); }
H1.HeaderClassName
{
color: #DCE87C;
}
.AnyTagClassName
{
color: #DCE87C;
}
</style>
background-color css
<style>
a { background-color: #DCE87C; }
a { background-color: rgb(220,232,124); }
div.DivClassName
{
background-color: #DCE87C;
}
.BgClassName
{
background-color: #DCE87C;
}
</style>
border-color css
<style>
span { border-color: #DCE87C; }
span { border-color: rgb(220,232,124); }
td.TdClassName
{
border-color: #DCE87C;
}
.TagClassName
{
border-color: #DCE87C;
}
</style>