Shades of Mindaro #DFEC71
Tints of Mindaro #DFEC71
RGB
CMYK
RGB Variations
Color information
#DFEC71 (or 0xDFEC71) is known color: Mindaro. HEX triplet: DF, EC and 71. RGB value is (223,236,113). Sum of RGB (Red+Green+Blue) = 223+236+113=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEC71 is #20138E. Grayscale: #DADADA. Windows color (decimal): -2102159 or 7466207. OLE color: 7466207.
HSL color Cylindrical-coordinate representation of color #DFEC71: hue angle of 66.34º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFEC71 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 113 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.07 |
| HSL | 66.34º | 0.76% | 0.68% | - |
| HSV(B) | 66.34º | 0.52% | 0.93% | - |
| XYZ | 63.41 | 76.87 | 27.12 | - |
| YUV | 218.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 113 | 0.06 | 0 | 0.52 | 0.07 | 66.34 | 0.76 | 0.68 |
| Hex | DF | EC | 71 | 6 | 0 | 34 | 7 | 42 | 4C | 44 |
| Octal | 337 | 354 | 161 | 6 | 0 | 64 | 7 | 102 | 114 | 104 |
| Binary | 11011111 | 11101100 | 1110001 | 110 | 0 | 110100 | 111 | 1000010 | 1001100 | 1000100 |
Color Harmonies of #DFEC71
Complementary color
Monochromatic Colors of #DFEC71
Black with #DFEC71
Text Example
Text Example
White with #DFEC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC71; }
p { color: rgb(223,236,113); }
H1.HeaderClassName
{
color: #DFEC71;
}
.AnyTagClassName
{
color: #DFEC71;
}
</style>
background-color css
<style>
a { background-color: #DFEC71; }
a { background-color: rgb(223,236,113); }
div.DivClassName
{
background-color: #DFEC71;
}
.BgClassName
{
background-color: #DFEC71;
}
</style>
border-color css
<style>
span { border-color: #DFEC71; }
span { border-color: rgb(223,236,113); }
td.TdClassName
{
border-color: #DFEC71;
}
.TagClassName
{
border-color: #DFEC71;
}
</style>