Shades of Mindaro #DCF47C
Tints of Mindaro #DCF47C
RGB
CMYK
RGB Variations
Color information
#DCF47C (or 0xDCF47C) is known color: Mindaro. HEX triplet: DC, F4 and 7C. RGB value is (220,244,124). Sum of RGB (Red+Green+Blue) = 220+244+124=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF47C is #230B83. Grayscale: #DFDFDF. Windows color (decimal): -2296708 or 8189148. OLE color: 8189148.
HSL color Cylindrical-coordinate representation of color #DCF47C: hue angle of 72º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF47C is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 124 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.04 |
| HSL | 72º | 0.85% | 0.72% | - |
| HSV(B) | 72º | 0.49% | 0.96% | - |
| XYZ | 65.5 | 81.37 | 31.32 | - |
| YUV | 223.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 124 | 0.10 | 0 | 0.49 | 0.04 | 72 | 0.85 | 0.72 |
| Hex | DC | F4 | 7C | A | 0 | 31 | 4 | 48 | 55 | 48 |
| Octal | 334 | 364 | 174 | 12 | 0 | 61 | 4 | 110 | 125 | 110 |
| Binary | 11011100 | 11110100 | 1111100 | 1010 | 0 | 110001 | 100 | 1001000 | 1010101 | 1001000 |
Color Harmonies of #DCF47C
Complementary color
Monochromatic Colors of #DCF47C
Black with #DCF47C
Text Example
Text Example
White with #DCF47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF47C; }
p { color: rgb(220,244,124); }
H1.HeaderClassName
{
color: #DCF47C;
}
.AnyTagClassName
{
color: #DCF47C;
}
</style>
background-color css
<style>
a { background-color: #DCF47C; }
a { background-color: rgb(220,244,124); }
div.DivClassName
{
background-color: #DCF47C;
}
.BgClassName
{
background-color: #DCF47C;
}
</style>
border-color css
<style>
span { border-color: #DCF47C; }
span { border-color: rgb(220,244,124); }
td.TdClassName
{
border-color: #DCF47C;
}
.TagClassName
{
border-color: #DCF47C;
}
</style>