Shades of Mindaro #DCF661
Tints of Mindaro #DCF661
RGB
CMYK
RGB Variations
Color information
#DCF661 (or 0xDCF661) is known color: Mindaro. HEX triplet: DC, F6 and 61. RGB value is (220,246,97). Sum of RGB (Red+Green+Blue) = 220+246+97=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 97 (38.28% from 255 or 17.23% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF661 is #23099E. Grayscale: #DDDDDD. Windows color (decimal): -2296223 or 6420188. OLE color: 6420188.
HSL color Cylindrical-coordinate representation of color #DCF661: hue angle of 70.47º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCF661 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 97 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.04 |
| HSL | 70.47º | 0.89% | 0.67% | - |
| HSV(B) | 70.47º | 0.61% | 0.96% | - |
| XYZ | 64.63 | 81.99 | 23.73 | - |
| YUV | 221.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 97 | 0.11 | 0 | 0.61 | 0.04 | 70.47 | 0.89 | 0.67 |
| Hex | DC | F6 | 61 | B | 0 | 3D | 4 | 46 | 59 | 43 |
| Octal | 334 | 366 | 141 | 13 | 0 | 75 | 4 | 106 | 131 | 103 |
| Binary | 11011100 | 11110110 | 1100001 | 1011 | 0 | 111101 | 100 | 1000110 | 1011001 | 1000011 |
Color Harmonies of #DCF661
Complementary color
Monochromatic Colors of #DCF661
Black with #DCF661
Text Example
Text Example
White with #DCF661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF661; }
p { color: rgb(220,246,97); }
H1.HeaderClassName
{
color: #DCF661;
}
.AnyTagClassName
{
color: #DCF661;
}
</style>
background-color css
<style>
a { background-color: #DCF661; }
a { background-color: rgb(220,246,97); }
div.DivClassName
{
background-color: #DCF661;
}
.BgClassName
{
background-color: #DCF661;
}
</style>
border-color css
<style>
span { border-color: #DCF661; }
span { border-color: rgb(220,246,97); }
td.TdClassName
{
border-color: #DCF661;
}
.TagClassName
{
border-color: #DCF661;
}
</style>