Shades of Mindaro #DCF666
Tints of Mindaro #DCF666
RGB
CMYK
RGB Variations
Color information
#DCF666 (or 0xDCF666) is known color: Mindaro. HEX triplet: DC, F6 and 66. RGB value is (220,246,102). Sum of RGB (Red+Green+Blue) = 220+246+102=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 102 (40.23% from 255 or 17.96% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF666 is #230999. Grayscale: #DEDEDE. Windows color (decimal): -2296218 or 6747868. OLE color: 6747868.
HSL color Cylindrical-coordinate representation of color #DCF666: hue angle of 70.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF666 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 102 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.04 |
| HSL | 70.83º | 0.89% | 0.68% | - |
| HSV(B) | 70.83º | 0.59% | 0.96% | - |
| XYZ | 64.87 | 82.09 | 25 | - |
| YUV | 221.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 102 | 0.11 | 0 | 0.59 | 0.04 | 70.83 | 0.89 | 0.68 |
| Hex | DC | F6 | 66 | B | 0 | 3B | 4 | 47 | 59 | 44 |
| Octal | 334 | 366 | 146 | 13 | 0 | 73 | 4 | 107 | 131 | 104 |
| Binary | 11011100 | 11110110 | 1100110 | 1011 | 0 | 111011 | 100 | 1000111 | 1011001 | 1000100 |
Color Harmonies of #DCF666
Complementary color
Monochromatic Colors of #DCF666
Black with #DCF666
Text Example
Text Example
White with #DCF666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF666; }
p { color: rgb(220,246,102); }
H1.HeaderClassName
{
color: #DCF666;
}
.AnyTagClassName
{
color: #DCF666;
}
</style>
background-color css
<style>
a { background-color: #DCF666; }
a { background-color: rgb(220,246,102); }
div.DivClassName
{
background-color: #DCF666;
}
.BgClassName
{
background-color: #DCF666;
}
</style>
border-color css
<style>
span { border-color: #DCF666; }
span { border-color: rgb(220,246,102); }
td.TdClassName
{
border-color: #DCF666;
}
.TagClassName
{
border-color: #DCF666;
}
</style>