Shades of Mindaro #DFEC80
Tints of Mindaro #DFEC80
RGB
CMYK
RGB Variations
Color information
#DFEC80 (or 0xDFEC80) is known color: Mindaro. HEX triplet: DF, EC and 80. RGB value is (223,236,128). Sum of RGB (Red+Green+Blue) = 223+236+128=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEC80 is #20137F. Grayscale: #DCDCDC. Windows color (decimal): -2102144 or 8449247. OLE color: 8449247.
HSL color Cylindrical-coordinate representation of color #DFEC80: hue angle of 67.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFEC80 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 128 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.07 |
| HSL | 67.22º | 0.74% | 0.71% | - |
| HSV(B) | 67.22º | 0.46% | 0.93% | - |
| XYZ | 64.32 | 77.24 | 31.94 | - |
| YUV | 219.8 | 76.19 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 128 | 0.06 | 0 | 0.46 | 0.07 | 67.22 | 0.74 | 0.71 |
| Hex | DF | EC | 80 | 6 | 0 | 2E | 7 | 43 | 4A | 47 |
| Octal | 337 | 354 | 200 | 6 | 0 | 56 | 7 | 103 | 112 | 107 |
| Binary | 11011111 | 11101100 | 10000000 | 110 | 0 | 101110 | 111 | 1000011 | 1001010 | 1000111 |
Color Harmonies of #DFEC80
Complementary color
Monochromatic Colors of #DFEC80
Black with #DFEC80
Text Example
Text Example
White with #DFEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC80; }
p { color: rgb(223,236,128); }
H1.HeaderClassName
{
color: #DFEC80;
}
.AnyTagClassName
{
color: #DFEC80;
}
</style>
background-color css
<style>
a { background-color: #DFEC80; }
a { background-color: rgb(223,236,128); }
div.DivClassName
{
background-color: #DFEC80;
}
.BgClassName
{
background-color: #DFEC80;
}
</style>
border-color css
<style>
span { border-color: #DFEC80; }
span { border-color: rgb(223,236,128); }
td.TdClassName
{
border-color: #DFEC80;
}
.TagClassName
{
border-color: #DFEC80;
}
</style>