Shades of Mindaro #DCFA7F
Tints of Mindaro #DCFA7F
RGB
CMYK
RGB Variations
Color information
#DCFA7F (or 0xDCFA7F) is known color: Mindaro. HEX triplet: DC, FA and 7F. RGB value is (220,250,127). Sum of RGB (Red+Green+Blue) = 220+250+127=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA7F is #230580. Grayscale: #E3E3E3. Windows color (decimal): -2295169 or 8387292. OLE color: 8387292.
HSL color Cylindrical-coordinate representation of color #DCFA7F: hue angle of 74.63º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCFA7F is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 127 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.02 |
| HSL | 74.63º | 0.92% | 0.74% | - |
| HSV(B) | 74.63º | 0.49% | 0.98% | - |
| XYZ | 67.53 | 85.12 | 32.95 | - |
| YUV | 227.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 127 | 0.12 | 0 | 0.49 | 0.02 | 74.63 | 0.92 | 0.74 |
| Hex | DC | FA | 7F | C | 0 | 31 | 2 | 4B | 5C | 4A |
| Octal | 334 | 372 | 177 | 14 | 0 | 61 | 2 | 113 | 134 | 112 |
| Binary | 11011100 | 11111010 | 1111111 | 1100 | 0 | 110001 | 10 | 1001011 | 1011100 | 1001010 |
Color Harmonies of #DCFA7F
Complementary color
Monochromatic Colors of #DCFA7F
Black with #DCFA7F
Text Example
Text Example
White with #DCFA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA7F; }
p { color: rgb(220,250,127); }
H1.HeaderClassName
{
color: #DCFA7F;
}
.AnyTagClassName
{
color: #DCFA7F;
}
</style>
background-color css
<style>
a { background-color: #DCFA7F; }
a { background-color: rgb(220,250,127); }
div.DivClassName
{
background-color: #DCFA7F;
}
.BgClassName
{
background-color: #DCFA7F;
}
</style>
border-color css
<style>
span { border-color: #DCFA7F; }
span { border-color: rgb(220,250,127); }
td.TdClassName
{
border-color: #DCFA7F;
}
.TagClassName
{
border-color: #DCFA7F;
}
</style>