Shades of Mindaro #DCFA74
Tints of Mindaro #DCFA74
RGB
CMYK
RGB Variations
Color information
#DCFA74 (or 0xDCFA74) is known color: Mindaro. HEX triplet: DC, FA and 74. RGB value is (220,250,116). Sum of RGB (Red+Green+Blue) = 220+250+116=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA74 is #23058B. Grayscale: #E2E2E2. Windows color (decimal): -2295180 or 7666396. OLE color: 7666396.
HSL color Cylindrical-coordinate representation of color #DCFA74: hue angle of 73.43º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCFA74 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 116 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.02 |
| HSL | 73.43º | 0.93% | 0.72% | - |
| HSV(B) | 73.43º | 0.54% | 0.98% | - |
| XYZ | 66.85 | 84.85 | 29.38 | - |
| YUV | 225.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 116 | 0.12 | 0 | 0.54 | 0.02 | 73.43 | 0.93 | 0.72 |
| Hex | DC | FA | 74 | C | 0 | 36 | 2 | 49 | 5D | 48 |
| Octal | 334 | 372 | 164 | 14 | 0 | 66 | 2 | 111 | 135 | 110 |
| Binary | 11011100 | 11111010 | 1110100 | 1100 | 0 | 110110 | 10 | 1001001 | 1011101 | 1001000 |
Color Harmonies of #DCFA74
Complementary color
Monochromatic Colors of #DCFA74
Black with #DCFA74
Text Example
Text Example
White with #DCFA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA74; }
p { color: rgb(220,250,116); }
H1.HeaderClassName
{
color: #DCFA74;
}
.AnyTagClassName
{
color: #DCFA74;
}
</style>
background-color css
<style>
a { background-color: #DCFA74; }
a { background-color: rgb(220,250,116); }
div.DivClassName
{
background-color: #DCFA74;
}
.BgClassName
{
background-color: #DCFA74;
}
</style>
border-color css
<style>
span { border-color: #DCFA74; }
span { border-color: rgb(220,250,116); }
td.TdClassName
{
border-color: #DCFA74;
}
.TagClassName
{
border-color: #DCFA74;
}
</style>