Shades of Mindaro #DCEC5F
Tints of Mindaro #DCEC5F
RGB
CMYK
RGB Variations
Color information
#DCEC5F (or 0xDCEC5F) is known color: Mindaro. HEX triplet: DC, EC and 5F. RGB value is (220,236,95). Sum of RGB (Red+Green+Blue) = 220+236+95=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 95 (37.5% from 255 or 17.24% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC5F is #2313A0. Grayscale: #D7D7D7. Windows color (decimal): -2298785 or 6286556. OLE color: 6286556.
HSL color Cylindrical-coordinate representation of color #DCEC5F: hue angle of 66.81º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCEC5F is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 95 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.07 |
| HSL | 66.81º | 0.79% | 0.65% | - |
| HSV(B) | 66.81º | 0.6% | 0.93% | - |
| XYZ | 61.58 | 76.03 | 22.26 | - |
| YUV | 215.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 95 | 0.07 | 0 | 0.60 | 0.07 | 66.81 | 0.79 | 0.65 |
| Hex | DC | EC | 5F | 7 | 0 | 3C | 7 | 43 | 4F | 41 |
| Octal | 334 | 354 | 137 | 7 | 0 | 74 | 7 | 103 | 117 | 101 |
| Binary | 11011100 | 11101100 | 1011111 | 111 | 0 | 111100 | 111 | 1000011 | 1001111 | 1000001 |
Color Harmonies of #DCEC5F
Complementary color
Monochromatic Colors of #DCEC5F
Black with #DCEC5F
Text Example
Text Example
White with #DCEC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC5F; }
p { color: rgb(220,236,95); }
H1.HeaderClassName
{
color: #DCEC5F;
}
.AnyTagClassName
{
color: #DCEC5F;
}
</style>
background-color css
<style>
a { background-color: #DCEC5F; }
a { background-color: rgb(220,236,95); }
div.DivClassName
{
background-color: #DCEC5F;
}
.BgClassName
{
background-color: #DCEC5F;
}
</style>
border-color css
<style>
span { border-color: #DCEC5F; }
span { border-color: rgb(220,236,95); }
td.TdClassName
{
border-color: #DCEC5F;
}
.TagClassName
{
border-color: #DCEC5F;
}
</style>