Shades of Mindaro #DCF064
Tints of Mindaro #DCF064
RGB
CMYK
RGB Variations
Color information
#DCF064 (or 0xDCF064) is known color: Mindaro. HEX triplet: DC, F0 and 64. RGB value is (220,240,100). Sum of RGB (Red+Green+Blue) = 220+240+100=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF064 is #230F9B. Grayscale: #DADADA. Windows color (decimal): -2297756 or 6615260. OLE color: 6615260.
HSL color Cylindrical-coordinate representation of color #DCF064: hue angle of 68.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF064 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 100 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.06 |
| HSL | 68.57º | 0.82% | 0.67% | - |
| HSV(B) | 68.57º | 0.58% | 0.94% | - |
| XYZ | 62.98 | 78.46 | 23.88 | - |
| YUV | 218.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 100 | 0.08 | 0 | 0.58 | 0.06 | 68.57 | 0.82 | 0.67 |
| Hex | DC | F0 | 64 | 8 | 0 | 3A | 6 | 45 | 52 | 43 |
| Octal | 334 | 360 | 144 | 10 | 0 | 72 | 6 | 105 | 122 | 103 |
| Binary | 11011100 | 11110000 | 1100100 | 1000 | 0 | 111010 | 110 | 1000101 | 1010010 | 1000011 |
Color Harmonies of #DCF064
Complementary color
Monochromatic Colors of #DCF064
Black with #DCF064
Text Example
Text Example
White with #DCF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF064; }
p { color: rgb(220,240,100); }
H1.HeaderClassName
{
color: #DCF064;
}
.AnyTagClassName
{
color: #DCF064;
}
</style>
background-color css
<style>
a { background-color: #DCF064; }
a { background-color: rgb(220,240,100); }
div.DivClassName
{
background-color: #DCF064;
}
.BgClassName
{
background-color: #DCF064;
}
</style>
border-color css
<style>
span { border-color: #DCF064; }
span { border-color: rgb(220,240,100); }
td.TdClassName
{
border-color: #DCF064;
}
.TagClassName
{
border-color: #DCF064;
}
</style>