Shades of Mindaro #DCF463
Tints of Mindaro #DCF463
RGB
CMYK
RGB Variations
Color information
#DCF463 (or 0xDCF463) is known color: Mindaro. HEX triplet: DC, F4 and 63. RGB value is (220,244,99). Sum of RGB (Red+Green+Blue) = 220+244+99=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 99 (39.06% from 255 or 17.58% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF463 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF463 is #230B9C. Grayscale: #DCDCDC. Windows color (decimal): -2296733 or 6550748. OLE color: 6550748.
HSL color Cylindrical-coordinate representation of color #DCF463: hue angle of 69.93º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF463 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 99 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.04 |
| HSL | 69.93º | 0.87% | 0.67% | - |
| HSV(B) | 69.93º | 0.59% | 0.96% | - |
| XYZ | 64.12 | 80.82 | 24.02 | - |
| YUV | 220.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 99 | 0.10 | 0 | 0.59 | 0.04 | 69.93 | 0.87 | 0.67 |
| Hex | DC | F4 | 63 | A | 0 | 3B | 4 | 46 | 57 | 43 |
| Octal | 334 | 364 | 143 | 12 | 0 | 73 | 4 | 106 | 127 | 103 |
| Binary | 11011100 | 11110100 | 1100011 | 1010 | 0 | 111011 | 100 | 1000110 | 1010111 | 1000011 |
Color Harmonies of #DCF463
Complementary color
Monochromatic Colors of #DCF463
Black with #DCF463
Text Example
Text Example
White with #DCF463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF463; }
p { color: rgb(220,244,99); }
H1.HeaderClassName
{
color: #DCF463;
}
.AnyTagClassName
{
color: #DCF463;
}
</style>
background-color css
<style>
a { background-color: #DCF463; }
a { background-color: rgb(220,244,99); }
div.DivClassName
{
background-color: #DCF463;
}
.BgClassName
{
background-color: #DCF463;
}
</style>
border-color css
<style>
span { border-color: #DCF463; }
span { border-color: rgb(220,244,99); }
td.TdClassName
{
border-color: #DCF463;
}
.TagClassName
{
border-color: #DCF463;
}
</style>