Shades of Mindaro #DCFA7E
Tints of Mindaro #DCFA7E
RGB
CMYK
RGB Variations
Color information
#DCFA7E (or 0xDCFA7E) is known color: Mindaro. HEX triplet: DC, FA and 7E. RGB value is (220,250,126). Sum of RGB (Red+Green+Blue) = 220+250+126=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA7E is #230581. Grayscale: #E3E3E3. Windows color (decimal): -2295170 or 8321756. OLE color: 8321756.
HSL color Cylindrical-coordinate representation of color #DCFA7E: hue angle of 74.52º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCFA7E is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 126 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.02 |
| HSL | 74.52º | 0.93% | 0.74% | - |
| HSV(B) | 74.52º | 0.5% | 0.98% | - |
| XYZ | 67.47 | 85.09 | 32.61 | - |
| YUV | 226.89 | 71.06 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 126 | 0.12 | 0 | 0.50 | 0.02 | 74.52 | 0.93 | 0.74 |
| Hex | DC | FA | 7E | C | 0 | 32 | 2 | 4B | 5D | 4A |
| Octal | 334 | 372 | 176 | 14 | 0 | 62 | 2 | 113 | 135 | 112 |
| Binary | 11011100 | 11111010 | 1111110 | 1100 | 0 | 110010 | 10 | 1001011 | 1011101 | 1001010 |
Color Harmonies of #DCFA7E
Complementary color
Monochromatic Colors of #DCFA7E
Black with #DCFA7E
Text Example
Text Example
White with #DCFA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA7E; }
p { color: rgb(220,250,126); }
H1.HeaderClassName
{
color: #DCFA7E;
}
.AnyTagClassName
{
color: #DCFA7E;
}
</style>
background-color css
<style>
a { background-color: #DCFA7E; }
a { background-color: rgb(220,250,126); }
div.DivClassName
{
background-color: #DCFA7E;
}
.BgClassName
{
background-color: #DCFA7E;
}
</style>
border-color css
<style>
span { border-color: #DCFA7E; }
span { border-color: rgb(220,250,126); }
td.TdClassName
{
border-color: #DCFA7E;
}
.TagClassName
{
border-color: #DCFA7E;
}
</style>