Shades of Mindaro #DCF564
Tints of Mindaro #DCF564
RGB
CMYK
RGB Variations
Color information
#DCF564 (or 0xDCF564) is known color: Mindaro. HEX triplet: DC, F5 and 64. RGB value is (220,245,100). Sum of RGB (Red+Green+Blue) = 220+245+100=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF564 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF564 is #230A9B. Grayscale: #DDDDDD. Windows color (decimal): -2296476 or 6616540. OLE color: 6616540.
HSL color Cylindrical-coordinate representation of color #DCF564: hue angle of 70.34º degrees, saturation: 0.88, 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 #DCF564 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 100 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.04 |
| HSL | 70.34º | 0.88% | 0.68% | - |
| HSV(B) | 70.34º | 0.59% | 0.96% | - |
| XYZ | 64.47 | 81.44 | 24.38 | - |
| YUV | 221 | 59.72 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 100 | 0.10 | 0 | 0.59 | 0.04 | 70.34 | 0.88 | 0.68 |
| Hex | DC | F5 | 64 | A | 0 | 3B | 4 | 46 | 58 | 44 |
| Octal | 334 | 365 | 144 | 12 | 0 | 73 | 4 | 106 | 130 | 104 |
| Binary | 11011100 | 11110101 | 1100100 | 1010 | 0 | 111011 | 100 | 1000110 | 1011000 | 1000100 |
Color Harmonies of #DCF564
Complementary color
Monochromatic Colors of #DCF564
Black with #DCF564
Text Example
Text Example
White with #DCF564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF564; }
p { color: rgb(220,245,100); }
H1.HeaderClassName
{
color: #DCF564;
}
.AnyTagClassName
{
color: #DCF564;
}
</style>
background-color css
<style>
a { background-color: #DCF564; }
a { background-color: rgb(220,245,100); }
div.DivClassName
{
background-color: #DCF564;
}
.BgClassName
{
background-color: #DCF564;
}
</style>
border-color css
<style>
span { border-color: #DCF564; }
span { border-color: rgb(220,245,100); }
td.TdClassName
{
border-color: #DCF564;
}
.TagClassName
{
border-color: #DCF564;
}
</style>