Shades of Mindaro #DCFA65
Tints of Mindaro #DCFA65
RGB
CMYK
RGB Variations
Color information
#DCFA65 (or 0xDCFA65) is known color: Mindaro. HEX triplet: DC, FA and 65. RGB value is (220,250,101). Sum of RGB (Red+Green+Blue) = 220+250+101=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA65 is #23059A. Grayscale: #E0E0E0. Windows color (decimal): -2295195 or 6683356. OLE color: 6683356.
HSL color Cylindrical-coordinate representation of color #DCFA65: hue angle of 72.08º 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 #DCFA65 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 101 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.02 |
| HSL | 72.08º | 0.94% | 0.69% | - |
| HSV(B) | 72.08º | 0.6% | 0.98% | - |
| XYZ | 66.05 | 84.53 | 25.15 | - |
| YUV | 224.04 | 58.56 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 101 | 0.12 | 0 | 0.60 | 0.02 | 72.08 | 0.94 | 0.69 |
| Hex | DC | FA | 65 | C | 0 | 3C | 2 | 48 | 5E | 45 |
| Octal | 334 | 372 | 145 | 14 | 0 | 74 | 2 | 110 | 136 | 105 |
| Binary | 11011100 | 11111010 | 1100101 | 1100 | 0 | 111100 | 10 | 1001000 | 1011110 | 1000101 |
Color Harmonies of #DCFA65
Complementary color
Monochromatic Colors of #DCFA65
Black with #DCFA65
Text Example
Text Example
White with #DCFA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA65; }
p { color: rgb(220,250,101); }
H1.HeaderClassName
{
color: #DCFA65;
}
.AnyTagClassName
{
color: #DCFA65;
}
</style>
background-color css
<style>
a { background-color: #DCFA65; }
a { background-color: rgb(220,250,101); }
div.DivClassName
{
background-color: #DCFA65;
}
.BgClassName
{
background-color: #DCFA65;
}
</style>
border-color css
<style>
span { border-color: #DCFA65; }
span { border-color: rgb(220,250,101); }
td.TdClassName
{
border-color: #DCFA65;
}
.TagClassName
{
border-color: #DCFA65;
}
</style>