Shades of Mindaro #DCFA66
Tints of Mindaro #DCFA66
RGB
CMYK
RGB Variations
Color information
#DCFA66 (or 0xDCFA66) is known color: Mindaro. HEX triplet: DC, FA and 66. RGB value is (220,250,102). Sum of RGB (Red+Green+Blue) = 220+250+102=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 102 (40.23% from 255 or 17.83% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA66 is #230599. Grayscale: #E0E0E0. Windows color (decimal): -2295194 or 6748892. OLE color: 6748892.
HSL color Cylindrical-coordinate representation of color #DCFA66: hue angle of 72.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCFA66 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 102 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.02 |
| HSL | 72.16º | 0.94% | 0.69% | - |
| HSV(B) | 72.16º | 0.59% | 0.98% | - |
| XYZ | 66.1 | 84.55 | 25.41 | - |
| YUV | 224.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 102 | 0.12 | 0 | 0.59 | 0.02 | 72.16 | 0.94 | 0.69 |
| Hex | DC | FA | 66 | C | 0 | 3B | 2 | 48 | 5E | 45 |
| Octal | 334 | 372 | 146 | 14 | 0 | 73 | 2 | 110 | 136 | 105 |
| Binary | 11011100 | 11111010 | 1100110 | 1100 | 0 | 111011 | 10 | 1001000 | 1011110 | 1000101 |
Color Harmonies of #DCFA66
Complementary color
Monochromatic Colors of #DCFA66
Black with #DCFA66
Text Example
Text Example
White with #DCFA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA66; }
p { color: rgb(220,250,102); }
H1.HeaderClassName
{
color: #DCFA66;
}
.AnyTagClassName
{
color: #DCFA66;
}
</style>
background-color css
<style>
a { background-color: #DCFA66; }
a { background-color: rgb(220,250,102); }
div.DivClassName
{
background-color: #DCFA66;
}
.BgClassName
{
background-color: #DCFA66;
}
</style>
border-color css
<style>
span { border-color: #DCFA66; }
span { border-color: rgb(220,250,102); }
td.TdClassName
{
border-color: #DCFA66;
}
.TagClassName
{
border-color: #DCFA66;
}
</style>