Shades of Mindaro #DCF663
Tints of Mindaro #DCF663
RGB
CMYK
RGB Variations
Color information
#DCF663 (or 0xDCF663) is known color: Mindaro. HEX triplet: DC, F6 and 63. RGB value is (220,246,99). Sum of RGB (Red+Green+Blue) = 220+246+99=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 99 (39.06% from 255 or 17.52% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF663 is #23099C. Grayscale: #DEDEDE. Windows color (decimal): -2296221 or 6551260. OLE color: 6551260.
HSL color Cylindrical-coordinate representation of color #DCF663: hue angle of 70.61º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF663 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 99 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.04 |
| HSL | 70.61º | 0.89% | 0.68% | - |
| HSV(B) | 70.61º | 0.6% | 0.96% | - |
| XYZ | 64.72 | 82.03 | 24.23 | - |
| YUV | 221.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 99 | 0.11 | 0 | 0.60 | 0.04 | 70.61 | 0.89 | 0.68 |
| Hex | DC | F6 | 63 | B | 0 | 3C | 4 | 47 | 59 | 44 |
| Octal | 334 | 366 | 143 | 13 | 0 | 74 | 4 | 107 | 131 | 104 |
| Binary | 11011100 | 11110110 | 1100011 | 1011 | 0 | 111100 | 100 | 1000111 | 1011001 | 1000100 |
Color Harmonies of #DCF663
Complementary color
Monochromatic Colors of #DCF663
Black with #DCF663
Text Example
Text Example
White with #DCF663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF663; }
p { color: rgb(220,246,99); }
H1.HeaderClassName
{
color: #DCF663;
}
.AnyTagClassName
{
color: #DCF663;
}
</style>
background-color css
<style>
a { background-color: #DCF663; }
a { background-color: rgb(220,246,99); }
div.DivClassName
{
background-color: #DCF663;
}
.BgClassName
{
background-color: #DCF663;
}
</style>
border-color css
<style>
span { border-color: #DCF663; }
span { border-color: rgb(220,246,99); }
td.TdClassName
{
border-color: #DCF663;
}
.TagClassName
{
border-color: #DCF663;
}
</style>