Shades of Mindaro #DFF672
Tints of Mindaro #DFF672
RGB
CMYK
RGB Variations
Color information
#DFF672 (or 0xDFF672) is known color: Mindaro. HEX triplet: DF, F6 and 72. RGB value is (223,246,114). Sum of RGB (Red+Green+Blue) = 223+246+114=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF672 is #20098D. Grayscale: #E0E0E0. Windows color (decimal): -2099598 or 7534303. OLE color: 7534303.
HSL color Cylindrical-coordinate representation of color #DFF672: hue angle of 70.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFF672 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 114 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.04 |
| HSL | 70.45º | 0.88% | 0.71% | - |
| HSV(B) | 70.45º | 0.54% | 0.96% | - |
| XYZ | 66.42 | 82.81 | 28.4 | - |
| YUV | 224.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 114 | 0.09 | 0 | 0.54 | 0.04 | 70.45 | 0.88 | 0.71 |
| Hex | DF | F6 | 72 | 9 | 0 | 36 | 4 | 46 | 58 | 47 |
| Octal | 337 | 366 | 162 | 11 | 0 | 66 | 4 | 106 | 130 | 107 |
| Binary | 11011111 | 11110110 | 1110010 | 1001 | 0 | 110110 | 100 | 1000110 | 1011000 | 1000111 |
Color Harmonies of #DFF672
Complementary color
Monochromatic Colors of #DFF672
Black with #DFF672
Text Example
Text Example
White with #DFF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF672; }
p { color: rgb(223,246,114); }
H1.HeaderClassName
{
color: #DFF672;
}
.AnyTagClassName
{
color: #DFF672;
}
</style>
background-color css
<style>
a { background-color: #DFF672; }
a { background-color: rgb(223,246,114); }
div.DivClassName
{
background-color: #DFF672;
}
.BgClassName
{
background-color: #DFF672;
}
</style>
border-color css
<style>
span { border-color: #DFF672; }
span { border-color: rgb(223,246,114); }
td.TdClassName
{
border-color: #DFF672;
}
.TagClassName
{
border-color: #DFF672;
}
</style>