Shades of Mindaro #DCF47D
Tints of Mindaro #DCF47D
RGB
CMYK
RGB Variations
Color information
#DCF47D (or 0xDCF47D) is known color: Mindaro. HEX triplet: DC, F4 and 7D. RGB value is (220,244,125). Sum of RGB (Red+Green+Blue) = 220+244+125=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF47D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF47D is #230B82. Grayscale: #DFDFDF. Windows color (decimal): -2296707 or 8254684. OLE color: 8254684.
HSL color Cylindrical-coordinate representation of color #DCF47D: hue angle of 72.1º degrees, saturation: 0.84, 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 #DCF47D is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 125 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.04 |
| HSL | 72.1º | 0.84% | 0.72% | - |
| HSV(B) | 72.1º | 0.49% | 0.96% | - |
| XYZ | 65.57 | 81.4 | 31.66 | - |
| YUV | 223.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 125 | 0.10 | 0 | 0.49 | 0.04 | 72.1 | 0.84 | 0.72 |
| Hex | DC | F4 | 7D | A | 0 | 31 | 4 | 48 | 54 | 48 |
| Octal | 334 | 364 | 175 | 12 | 0 | 61 | 4 | 110 | 124 | 110 |
| Binary | 11011100 | 11110100 | 1111101 | 1010 | 0 | 110001 | 100 | 1001000 | 1010100 | 1001000 |
Color Harmonies of #DCF47D
Complementary color
Monochromatic Colors of #DCF47D
Black with #DCF47D
Text Example
Text Example
White with #DCF47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF47D; }
p { color: rgb(220,244,125); }
H1.HeaderClassName
{
color: #DCF47D;
}
.AnyTagClassName
{
color: #DCF47D;
}
</style>
background-color css
<style>
a { background-color: #DCF47D; }
a { background-color: rgb(220,244,125); }
div.DivClassName
{
background-color: #DCF47D;
}
.BgClassName
{
background-color: #DCF47D;
}
</style>
border-color css
<style>
span { border-color: #DCF47D; }
span { border-color: rgb(220,244,125); }
td.TdClassName
{
border-color: #DCF47D;
}
.TagClassName
{
border-color: #DCF47D;
}
</style>