Shades of Mindaro #DFEC70
Tints of Mindaro #DFEC70
RGB
CMYK
RGB Variations
Color information
#DFEC70 (or 0xDFEC70) is known color: Mindaro. HEX triplet: DF, EC and 70. RGB value is (223,236,112). Sum of RGB (Red+Green+Blue) = 223+236+112=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEC70 is #20138F. Grayscale: #DADADA. Windows color (decimal): -2102160 or 7400671. OLE color: 7400671.
HSL color Cylindrical-coordinate representation of color #DFEC70: hue angle of 66.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFEC70 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 112 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.07 |
| HSL | 66.29º | 0.77% | 0.68% | - |
| HSV(B) | 66.29º | 0.53% | 0.93% | - |
| XYZ | 63.35 | 76.85 | 26.82 | - |
| YUV | 217.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 112 | 0.06 | 0 | 0.53 | 0.07 | 66.29 | 0.77 | 0.68 |
| Hex | DF | EC | 70 | 6 | 0 | 35 | 7 | 42 | 4D | 44 |
| Octal | 337 | 354 | 160 | 6 | 0 | 65 | 7 | 102 | 115 | 104 |
| Binary | 11011111 | 11101100 | 1110000 | 110 | 0 | 110101 | 111 | 1000010 | 1001101 | 1000100 |
Color Harmonies of #DFEC70
Complementary color
Monochromatic Colors of #DFEC70
Black with #DFEC70
Text Example
Text Example
White with #DFEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC70; }
p { color: rgb(223,236,112); }
H1.HeaderClassName
{
color: #DFEC70;
}
.AnyTagClassName
{
color: #DFEC70;
}
</style>
background-color css
<style>
a { background-color: #DFEC70; }
a { background-color: rgb(223,236,112); }
div.DivClassName
{
background-color: #DFEC70;
}
.BgClassName
{
background-color: #DFEC70;
}
</style>
border-color css
<style>
span { border-color: #DFEC70; }
span { border-color: rgb(223,236,112); }
td.TdClassName
{
border-color: #DFEC70;
}
.TagClassName
{
border-color: #DFEC70;
}
</style>