Shades of Mindaro #DCFA64
Tints of Mindaro #DCFA64
RGB
CMYK
RGB Variations
Color information
#DCFA64 (or 0xDCFA64) is known color: Mindaro. HEX triplet: DC, FA and 64. RGB value is (220,250,100). Sum of RGB (Red+Green+Blue) = 220+250+100=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 100 (39.45% from 255 or 17.54% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA64 is #23059B. Grayscale: #E0E0E0. Windows color (decimal): -2295196 or 6617820. OLE color: 6617820.
HSL color Cylindrical-coordinate representation of color #DCFA64: hue angle of 72º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCFA64 is Cyan = 0.12, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 100 | - |
| CMYK | 0.12 | 0 | 0.6 | 0.02 |
| HSL | 72º | 0.94% | 0.69% | - |
| HSV(B) | 72º | 0.6% | 0.98% | - |
| XYZ | 66 | 84.51 | 24.89 | - |
| YUV | 223.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 100 | 0.12 | 0 | 0.6 | 0.02 | 72 | 0.94 | 0.69 |
| Hex | DC | FA | 64 | C | 0 | 3C | 2 | 48 | 5E | 45 |
| Octal | 334 | 372 | 144 | 14 | 0 | 74 | 2 | 110 | 136 | 105 |
| Binary | 11011100 | 11111010 | 1100100 | 1100 | 0 | 111100 | 10 | 1001000 | 1011110 | 1000101 |
Color Harmonies of #DCFA64
Complementary color
Monochromatic Colors of #DCFA64
Black with #DCFA64
Text Example
Text Example
White with #DCFA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA64; }
p { color: rgb(220,250,100); }
H1.HeaderClassName
{
color: #DCFA64;
}
.AnyTagClassName
{
color: #DCFA64;
}
</style>
background-color css
<style>
a { background-color: #DCFA64; }
a { background-color: rgb(220,250,100); }
div.DivClassName
{
background-color: #DCFA64;
}
.BgClassName
{
background-color: #DCFA64;
}
</style>
border-color css
<style>
span { border-color: #DCFA64; }
span { border-color: rgb(220,250,100); }
td.TdClassName
{
border-color: #DCFA64;
}
.TagClassName
{
border-color: #DCFA64;
}
</style>