Shades of Mindaro #DCEC7D
Tints of Mindaro #DCEC7D
RGB
CMYK
RGB Variations
Color information
#DCEC7D (or 0xDCEC7D) is known color: Mindaro. HEX triplet: DC, EC and 7D. RGB value is (220,236,125). Sum of RGB (Red+Green+Blue) = 220+236+125=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC7D is #231382. Grayscale: #DADADA. Windows color (decimal): -2298755 or 8252636. OLE color: 8252636.
HSL color Cylindrical-coordinate representation of color #DCEC7D: hue angle of 68.65º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCEC7D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 125 | - |
CMYK | 0.07 | 0 | 0.47 | 0.07 |
HSL | 68.65º | 0.74% | 0.71% | - |
HSV(B) | 68.65º | 0.47% | 0.93% | - |
XYZ | 63.21 | 76.69 | 30.87 | - |
YUV | 218.56 | 75.2 | 129.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 125 | 0.07 | 0 | 0.47 | 0.07 | 68.65 | 0.74 | 0.71 |
Hex | DC | EC | 7D | 7 | 0 | 2F | 7 | 45 | 4A | 47 |
Octal | 334 | 354 | 175 | 7 | 0 | 57 | 7 | 105 | 112 | 107 |
Binary | 11011100 | 11101100 | 1111101 | 111 | 0 | 101111 | 111 | 1000101 | 1001010 | 1000111 |
Color Harmonies of #DCEC7D
Complementary color
Monochromatic Colors of #DCEC7D
Black with #DCEC7D
Text Example
Text Example
White with #DCEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC7D; }
p { color: rgb(220,236,125); }
H1.HeaderClassName
{
color: #DCEC7D;
}
.AnyTagClassName
{
color: #DCEC7D;
}
</style>
background-color css
<style>
a { background-color: #DCEC7D; }
a { background-color: rgb(220,236,125); }
div.DivClassName
{
background-color: #DCEC7D;
}
.BgClassName
{
background-color: #DCEC7D;
}
</style>
border-color css
<style>
span { border-color: #DCEC7D; }
span { border-color: rgb(220,236,125); }
td.TdClassName
{
border-color: #DCEC7D;
}
.TagClassName
{
border-color: #DCEC7D;
}
</style>