Shades of Mindaro #DCF670
Tints of Mindaro #DCF670
RGB
CMYK
RGB Variations
Color information
#DCF670 (or 0xDCF670) is known color: Mindaro. HEX triplet: DC, F6 and 70. RGB value is (220,246,112). Sum of RGB (Red+Green+Blue) = 220+246+112=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF670 is #23098F. Grayscale: #DFDFDF. Windows color (decimal): -2296208 or 7403228. OLE color: 7403228.
HSL color Cylindrical-coordinate representation of color #DCF670: hue angle of 71.64º 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 #DCF670 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 112 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.04 |
| HSL | 71.64º | 0.88% | 0.7% | - |
| HSV(B) | 71.64º | 0.54% | 0.96% | - |
| XYZ | 65.4 | 82.3 | 27.77 | - |
| YUV | 222.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 112 | 0.11 | 0 | 0.54 | 0.04 | 71.64 | 0.88 | 0.7 |
| Hex | DC | F6 | 70 | B | 0 | 36 | 4 | 48 | 58 | 46 |
| Octal | 334 | 366 | 160 | 13 | 0 | 66 | 4 | 110 | 130 | 106 |
| Binary | 11011100 | 11110110 | 1110000 | 1011 | 0 | 110110 | 100 | 1001000 | 1011000 | 1000110 |
Color Harmonies of #DCF670
Complementary color
Monochromatic Colors of #DCF670
Black with #DCF670
Text Example
Text Example
White with #DCF670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF670; }
p { color: rgb(220,246,112); }
H1.HeaderClassName
{
color: #DCF670;
}
.AnyTagClassName
{
color: #DCF670;
}
</style>
background-color css
<style>
a { background-color: #DCF670; }
a { background-color: rgb(220,246,112); }
div.DivClassName
{
background-color: #DCF670;
}
.BgClassName
{
background-color: #DCF670;
}
</style>
border-color css
<style>
span { border-color: #DCF670; }
span { border-color: rgb(220,246,112); }
td.TdClassName
{
border-color: #DCF670;
}
.TagClassName
{
border-color: #DCF670;
}
</style>