Shades of Mindaro #DCF66A
Tints of Mindaro #DCF66A
RGB
CMYK
RGB Variations
Color information
#DCF66A (or 0xDCF66A) is known color: Mindaro. HEX triplet: DC, F6 and 6A. RGB value is (220,246,106). Sum of RGB (Red+Green+Blue) = 220+246+106=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 106 (41.80% from 255 or 18.53% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF66A is #230995. Grayscale: #DEDEDE. Windows color (decimal): -2296214 or 7010012. OLE color: 7010012.
HSL color Cylindrical-coordinate representation of color #DCF66A: hue angle of 71.14º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCF66A is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 106 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.04 |
| HSL | 71.14º | 0.89% | 0.69% | - |
| HSV(B) | 71.14º | 0.57% | 0.96% | - |
| XYZ | 65.07 | 82.17 | 26.07 | - |
| YUV | 222.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 106 | 0.11 | 0 | 0.57 | 0.04 | 71.14 | 0.89 | 0.69 |
| Hex | DC | F6 | 6A | B | 0 | 39 | 4 | 47 | 59 | 45 |
| Octal | 334 | 366 | 152 | 13 | 0 | 71 | 4 | 107 | 131 | 105 |
| Binary | 11011100 | 11110110 | 1101010 | 1011 | 0 | 111001 | 100 | 1000111 | 1011001 | 1000101 |
Color Harmonies of #DCF66A
Complementary color
Monochromatic Colors of #DCF66A
Black with #DCF66A
Text Example
Text Example
White with #DCF66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF66A; }
p { color: rgb(220,246,106); }
H1.HeaderClassName
{
color: #DCF66A;
}
.AnyTagClassName
{
color: #DCF66A;
}
</style>
background-color css
<style>
a { background-color: #DCF66A; }
a { background-color: rgb(220,246,106); }
div.DivClassName
{
background-color: #DCF66A;
}
.BgClassName
{
background-color: #DCF66A;
}
</style>
border-color css
<style>
span { border-color: #DCF66A; }
span { border-color: rgb(220,246,106); }
td.TdClassName
{
border-color: #DCF66A;
}
.TagClassName
{
border-color: #DCF66A;
}
</style>