Shades of Mindaro #DFE875
Tints of Mindaro #DFE875
RGB
CMYK
RGB Variations
Color information
#DFE875 (or 0xDFE875) is known color: Mindaro. HEX triplet: DF, E8 and 75. RGB value is (223,232,117). Sum of RGB (Red+Green+Blue) = 223+232+117=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE875 is #20178A. Grayscale: #D8D8D8. Windows color (decimal): -2103179 or 7727327. OLE color: 7727327.
HSL color Cylindrical-coordinate representation of color #DFE875: hue angle of 64.7º degrees, saturation: 0.71, 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 #DFE875 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 117 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.09 |
| HSL | 64.7º | 0.71% | 0.68% | - |
| HSV(B) | 64.7º | 0.5% | 0.91% | - |
| XYZ | 62.5 | 74.69 | 27.95 | - |
| YUV | 216.2 | 72.02 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 117 | 0.04 | 0 | 0.50 | 0.09 | 64.7 | 0.71 | 0.68 |
| Hex | DF | E8 | 75 | 4 | 0 | 32 | 9 | 41 | 47 | 44 |
| Octal | 337 | 350 | 165 | 4 | 0 | 62 | 11 | 101 | 107 | 104 |
| Binary | 11011111 | 11101000 | 1110101 | 100 | 0 | 110010 | 1001 | 1000001 | 1000111 | 1000100 |
Color Harmonies of #DFE875
Complementary color
Monochromatic Colors of #DFE875
Black with #DFE875
Text Example
Text Example
White with #DFE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE875; }
p { color: rgb(223,232,117); }
H1.HeaderClassName
{
color: #DFE875;
}
.AnyTagClassName
{
color: #DFE875;
}
</style>
background-color css
<style>
a { background-color: #DFE875; }
a { background-color: rgb(223,232,117); }
div.DivClassName
{
background-color: #DFE875;
}
.BgClassName
{
background-color: #DFE875;
}
</style>
border-color css
<style>
span { border-color: #DFE875; }
span { border-color: rgb(223,232,117); }
td.TdClassName
{
border-color: #DFE875;
}
.TagClassName
{
border-color: #DFE875;
}
</style>