Shades of Mindaro #DFE572
Tints of Mindaro #DFE572
RGB
CMYK
RGB Variations
Color information
#DFE572 (or 0xDFE572) is known color: Mindaro. HEX triplet: DF, E5 and 72. RGB value is (223,229,114). Sum of RGB (Red+Green+Blue) = 223+229+114=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE572 is #201A8D. Grayscale: #D6D6D6. Windows color (decimal): -2103950 or 7529951. OLE color: 7529951.
HSL color Cylindrical-coordinate representation of color #DFE572: hue angle of 63.13º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFE572 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 114 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.10 |
| HSL | 63.13º | 0.69% | 0.67% | - |
| HSV(B) | 63.13º | 0.5% | 0.9% | - |
| XYZ | 61.49 | 72.94 | 26.76 | - |
| YUV | 214.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 114 | 0.03 | 0 | 0.50 | 0.10 | 63.13 | 0.69 | 0.67 |
| Hex | DF | E5 | 72 | 3 | 0 | 32 | A | 3F | 45 | 43 |
| Octal | 337 | 345 | 162 | 3 | 0 | 62 | 12 | 77 | 105 | 103 |
| Binary | 11011111 | 11100101 | 1110010 | 11 | 0 | 110010 | 1010 | 111111 | 1000101 | 1000011 |
Color Harmonies of #DFE572
Complementary color
Monochromatic Colors of #DFE572
Black with #DFE572
Text Example
Text Example
White with #DFE572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE572; }
p { color: rgb(223,229,114); }
H1.HeaderClassName
{
color: #DFE572;
}
.AnyTagClassName
{
color: #DFE572;
}
</style>
background-color css
<style>
a { background-color: #DFE572; }
a { background-color: rgb(223,229,114); }
div.DivClassName
{
background-color: #DFE572;
}
.BgClassName
{
background-color: #DFE572;
}
</style>
border-color css
<style>
span { border-color: #DFE572; }
span { border-color: rgb(223,229,114); }
td.TdClassName
{
border-color: #DFE572;
}
.TagClassName
{
border-color: #DFE572;
}
</style>