Shades of Mindaro #DCFA63
Tints of Mindaro #DCFA63
RGB
CMYK
RGB Variations
Color information
#DCFA63 (or 0xDCFA63) is known color: Mindaro. HEX triplet: DC, FA and 63. RGB value is (220,250,99). Sum of RGB (Red+Green+Blue) = 220+250+99=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 99 (39.06% from 255 or 17.40% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA63 is #23059C. Grayscale: #E0E0E0. Windows color (decimal): -2295197 or 6552284. OLE color: 6552284.
HSL color Cylindrical-coordinate representation of color #DCFA63: hue angle of 71.92º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCFA63 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 99 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.02 |
| HSL | 71.92º | 0.94% | 0.68% | - |
| HSV(B) | 71.92º | 0.6% | 0.98% | - |
| XYZ | 65.95 | 84.49 | 24.64 | - |
| YUV | 223.82 | 57.56 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 99 | 0.12 | 0 | 0.60 | 0.02 | 71.92 | 0.94 | 0.68 |
| Hex | DC | FA | 63 | C | 0 | 3C | 2 | 48 | 5E | 44 |
| Octal | 334 | 372 | 143 | 14 | 0 | 74 | 2 | 110 | 136 | 104 |
| Binary | 11011100 | 11111010 | 1100011 | 1100 | 0 | 111100 | 10 | 1001000 | 1011110 | 1000100 |
Color Harmonies of #DCFA63
Complementary color
Monochromatic Colors of #DCFA63
Black with #DCFA63
Text Example
Text Example
White with #DCFA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA63; }
p { color: rgb(220,250,99); }
H1.HeaderClassName
{
color: #DCFA63;
}
.AnyTagClassName
{
color: #DCFA63;
}
</style>
background-color css
<style>
a { background-color: #DCFA63; }
a { background-color: rgb(220,250,99); }
div.DivClassName
{
background-color: #DCFA63;
}
.BgClassName
{
background-color: #DCFA63;
}
</style>
border-color css
<style>
span { border-color: #DCFA63; }
span { border-color: rgb(220,250,99); }
td.TdClassName
{
border-color: #DCFA63;
}
.TagClassName
{
border-color: #DCFA63;
}
</style>