Shades of Mindaro #DCEC75
Tints of Mindaro #DCEC75
RGB
CMYK
RGB Variations
Color information
#DCEC75 (or 0xDCEC75) is known color: Mindaro. HEX triplet: DC, EC and 75. RGB value is (220,236,117). Sum of RGB (Red+Green+Blue) = 220+236+117=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC75 is #23138A. Grayscale: #DADADA. Windows color (decimal): -2298763 or 7728348. OLE color: 7728348.
HSL color Cylindrical-coordinate representation of color #DCEC75: hue angle of 68.07º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCEC75 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 117 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.07 |
| HSL | 68.07º | 0.76% | 0.69% | - |
| HSV(B) | 68.07º | 0.5% | 0.93% | - |
| XYZ | 62.72 | 76.49 | 28.29 | - |
| YUV | 217.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 117 | 0.07 | 0 | 0.50 | 0.07 | 68.07 | 0.76 | 0.69 |
| Hex | DC | EC | 75 | 7 | 0 | 32 | 7 | 44 | 4C | 45 |
| Octal | 334 | 354 | 165 | 7 | 0 | 62 | 7 | 104 | 114 | 105 |
| Binary | 11011100 | 11101100 | 1110101 | 111 | 0 | 110010 | 111 | 1000100 | 1001100 | 1000101 |
Color Harmonies of #DCEC75
Complementary color
Monochromatic Colors of #DCEC75
Black with #DCEC75
Text Example
Text Example
White with #DCEC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC75; }
p { color: rgb(220,236,117); }
H1.HeaderClassName
{
color: #DCEC75;
}
.AnyTagClassName
{
color: #DCEC75;
}
</style>
background-color css
<style>
a { background-color: #DCEC75; }
a { background-color: rgb(220,236,117); }
div.DivClassName
{
background-color: #DCEC75;
}
.BgClassName
{
background-color: #DCEC75;
}
</style>
border-color css
<style>
span { border-color: #DCEC75; }
span { border-color: rgb(220,236,117); }
td.TdClassName
{
border-color: #DCEC75;
}
.TagClassName
{
border-color: #DCEC75;
}
</style>