Shades of Mindaro #DCF662
Tints of Mindaro #DCF662
RGB
CMYK
RGB Variations
Color information
#DCF662 (or 0xDCF662) is known color: Mindaro. HEX triplet: DC, F6 and 62. RGB value is (220,246,98). Sum of RGB (Red+Green+Blue) = 220+246+98=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 98 (38.67% from 255 or 17.38% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF662 is #23099D. Grayscale: #DDDDDD. Windows color (decimal): -2296222 or 6485724. OLE color: 6485724.
HSL color Cylindrical-coordinate representation of color #DCF662: hue angle of 70.54º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF662 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 98 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.04 |
| HSL | 70.54º | 0.89% | 0.67% | - |
| HSV(B) | 70.54º | 0.6% | 0.96% | - |
| XYZ | 64.68 | 82.01 | 23.98 | - |
| YUV | 221.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 98 | 0.11 | 0 | 0.60 | 0.04 | 70.54 | 0.89 | 0.67 |
| Hex | DC | F6 | 62 | B | 0 | 3C | 4 | 47 | 59 | 43 |
| Octal | 334 | 366 | 142 | 13 | 0 | 74 | 4 | 107 | 131 | 103 |
| Binary | 11011100 | 11110110 | 1100010 | 1011 | 0 | 111100 | 100 | 1000111 | 1011001 | 1000011 |
Color Harmonies of #DCF662
Complementary color
Monochromatic Colors of #DCF662
Black with #DCF662
Text Example
Text Example
White with #DCF662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF662; }
p { color: rgb(220,246,98); }
H1.HeaderClassName
{
color: #DCF662;
}
.AnyTagClassName
{
color: #DCF662;
}
</style>
background-color css
<style>
a { background-color: #DCF662; }
a { background-color: rgb(220,246,98); }
div.DivClassName
{
background-color: #DCF662;
}
.BgClassName
{
background-color: #DCF662;
}
</style>
border-color css
<style>
span { border-color: #DCF662; }
span { border-color: rgb(220,246,98); }
td.TdClassName
{
border-color: #DCF662;
}
.TagClassName
{
border-color: #DCF662;
}
</style>