Shades of Mindaro #DFF670
Tints of Mindaro #DFF670
RGB
CMYK
RGB Variations
Color information
#DFF670 (or 0xDFF670) is known color: Mindaro. HEX triplet: DF, F6 and 70. RGB value is (223,246,112). Sum of RGB (Red+Green+Blue) = 223+246+112=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF670 is #20098F. Grayscale: #E0E0E0. Windows color (decimal): -2099600 or 7403231. OLE color: 7403231.
HSL color Cylindrical-coordinate representation of color #DFF670: hue angle of 70.3º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFF670 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 112 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.04 |
| HSL | 70.3º | 0.88% | 0.7% | - |
| HSV(B) | 70.3º | 0.54% | 0.96% | - |
| XYZ | 66.31 | 82.77 | 27.81 | - |
| YUV | 223.85 | 64.88 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 112 | 0.09 | 0 | 0.54 | 0.04 | 70.3 | 0.88 | 0.7 |
| Hex | DF | F6 | 70 | 9 | 0 | 36 | 4 | 46 | 58 | 46 |
| Octal | 337 | 366 | 160 | 11 | 0 | 66 | 4 | 106 | 130 | 106 |
| Binary | 11011111 | 11110110 | 1110000 | 1001 | 0 | 110110 | 100 | 1000110 | 1011000 | 1000110 |
Color Harmonies of #DFF670
Complementary color
Monochromatic Colors of #DFF670
Black with #DFF670
Text Example
Text Example
White with #DFF670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF670; }
p { color: rgb(223,246,112); }
H1.HeaderClassName
{
color: #DFF670;
}
.AnyTagClassName
{
color: #DFF670;
}
</style>
background-color css
<style>
a { background-color: #DFF670; }
a { background-color: rgb(223,246,112); }
div.DivClassName
{
background-color: #DFF670;
}
.BgClassName
{
background-color: #DFF670;
}
</style>
border-color css
<style>
span { border-color: #DFF670; }
span { border-color: rgb(223,246,112); }
td.TdClassName
{
border-color: #DFF670;
}
.TagClassName
{
border-color: #DFF670;
}
</style>