Shades of Mindaro #DFE873
Tints of Mindaro #DFE873
RGB
CMYK
RGB Variations
Color information
#DFE873 (or 0xDFE873) is known color: Mindaro. HEX triplet: DF, E8 and 73. RGB value is (223,232,115). Sum of RGB (Red+Green+Blue) = 223+232+115=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE873 is #20178C. Grayscale: #D8D8D8. Windows color (decimal): -2103181 or 7596255. OLE color: 7596255.
HSL color Cylindrical-coordinate representation of color #DFE873: hue angle of 64.62º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFE873 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 115 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.09 |
| HSL | 64.62º | 0.72% | 0.68% | - |
| HSV(B) | 64.62º | 0.5% | 0.91% | - |
| XYZ | 62.38 | 74.64 | 27.34 | - |
| YUV | 215.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 115 | 0.04 | 0 | 0.50 | 0.09 | 64.62 | 0.72 | 0.68 |
| Hex | DF | E8 | 73 | 4 | 0 | 32 | 9 | 41 | 48 | 44 |
| Octal | 337 | 350 | 163 | 4 | 0 | 62 | 11 | 101 | 110 | 104 |
| Binary | 11011111 | 11101000 | 1110011 | 100 | 0 | 110010 | 1001 | 1000001 | 1001000 | 1000100 |
Color Harmonies of #DFE873
Complementary color
Monochromatic Colors of #DFE873
Black with #DFE873
Text Example
Text Example
White with #DFE873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE873; }
p { color: rgb(223,232,115); }
H1.HeaderClassName
{
color: #DFE873;
}
.AnyTagClassName
{
color: #DFE873;
}
</style>
background-color css
<style>
a { background-color: #DFE873; }
a { background-color: rgb(223,232,115); }
div.DivClassName
{
background-color: #DFE873;
}
.BgClassName
{
background-color: #DFE873;
}
</style>
border-color css
<style>
span { border-color: #DFE873; }
span { border-color: rgb(223,232,115); }
td.TdClassName
{
border-color: #DFE873;
}
.TagClassName
{
border-color: #DFE873;
}
</style>