Shades of Mindaro #DFE575
Tints of Mindaro #DFE575
RGB
CMYK
RGB Variations
Color information
#DFE575 (or 0xDFE575) is known color: Mindaro. HEX triplet: DF, E5 and 75. RGB value is (223,229,117). Sum of RGB (Red+Green+Blue) = 223+229+117=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE575 is #201A8A. Grayscale: #D6D6D6. Windows color (decimal): -2103947 or 7726559. OLE color: 7726559.
HSL color Cylindrical-coordinate representation of color #DFE575: hue angle of 63.21º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFE575 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 117 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.10 |
| HSL | 63.21º | 0.68% | 0.68% | - |
| HSV(B) | 63.21º | 0.49% | 0.9% | - |
| XYZ | 61.66 | 73.01 | 27.67 | - |
| YUV | 214.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 117 | 0.03 | 0 | 0.49 | 0.10 | 63.21 | 0.68 | 0.68 |
| Hex | DF | E5 | 75 | 3 | 0 | 31 | A | 3F | 44 | 44 |
| Octal | 337 | 345 | 165 | 3 | 0 | 61 | 12 | 77 | 104 | 104 |
| Binary | 11011111 | 11100101 | 1110101 | 11 | 0 | 110001 | 1010 | 111111 | 1000100 | 1000100 |
Color Harmonies of #DFE575
Complementary color
Monochromatic Colors of #DFE575
Black with #DFE575
Text Example
Text Example
White with #DFE575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE575; }
p { color: rgb(223,229,117); }
H1.HeaderClassName
{
color: #DFE575;
}
.AnyTagClassName
{
color: #DFE575;
}
</style>
background-color css
<style>
a { background-color: #DFE575; }
a { background-color: rgb(223,229,117); }
div.DivClassName
{
background-color: #DFE575;
}
.BgClassName
{
background-color: #DFE575;
}
</style>
border-color css
<style>
span { border-color: #DFE575; }
span { border-color: rgb(223,229,117); }
td.TdClassName
{
border-color: #DFE575;
}
.TagClassName
{
border-color: #DFE575;
}
</style>