Shades of Mindaro #DFE87F
Tints of Mindaro #DFE87F
RGB
CMYK
RGB Variations
Color information
#DFE87F (or 0xDFE87F) is known color: Mindaro. HEX triplet: DF, E8 and 7F. RGB value is (223,232,127). Sum of RGB (Red+Green+Blue) = 223+232+127=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE87F is #201780. Grayscale: #D9D9D9. Windows color (decimal): -2103169 or 8382687. OLE color: 8382687.
HSL color Cylindrical-coordinate representation of color #DFE87F: hue angle of 65.14º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFE87F is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 127 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.09 |
| HSL | 65.14º | 0.7% | 0.7% | - |
| HSV(B) | 65.14º | 0.45% | 0.91% | - |
| XYZ | 63.12 | 74.93 | 31.22 | - |
| YUV | 217.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 127 | 0.04 | 0 | 0.45 | 0.09 | 65.14 | 0.7 | 0.7 |
| Hex | DF | E8 | 7F | 4 | 0 | 2D | 9 | 41 | 46 | 46 |
| Octal | 337 | 350 | 177 | 4 | 0 | 55 | 11 | 101 | 106 | 106 |
| Binary | 11011111 | 11101000 | 1111111 | 100 | 0 | 101101 | 1001 | 1000001 | 1000110 | 1000110 |
Color Harmonies of #DFE87F
Complementary color
Monochromatic Colors of #DFE87F
Black with #DFE87F
Text Example
Text Example
White with #DFE87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE87F; }
p { color: rgb(223,232,127); }
H1.HeaderClassName
{
color: #DFE87F;
}
.AnyTagClassName
{
color: #DFE87F;
}
</style>
background-color css
<style>
a { background-color: #DFE87F; }
a { background-color: rgb(223,232,127); }
div.DivClassName
{
background-color: #DFE87F;
}
.BgClassName
{
background-color: #DFE87F;
}
</style>
border-color css
<style>
span { border-color: #DFE87F; }
span { border-color: rgb(223,232,127); }
td.TdClassName
{
border-color: #DFE87F;
}
.TagClassName
{
border-color: #DFE87F;
}
</style>