Shades of Mindaro #DCF47F
Tints of Mindaro #DCF47F
RGB
CMYK
RGB Variations
Color information
#DCF47F (or 0xDCF47F) is known color: Mindaro. HEX triplet: DC, F4 and 7F. RGB value is (220,244,127). Sum of RGB (Red+Green+Blue) = 220+244+127=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 127 (50% from 255 or 21.49% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF47F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF47F is #230B80. Grayscale: #DFDFDF. Windows color (decimal): -2296705 or 8385756. OLE color: 8385756.
HSL color Cylindrical-coordinate representation of color #DCF47F: hue angle of 72.31º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF47F is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 127 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.04 |
| HSL | 72.31º | 0.84% | 0.73% | - |
| HSV(B) | 72.31º | 0.48% | 0.96% | - |
| XYZ | 65.7 | 81.45 | 32.34 | - |
| YUV | 223.49 | 73.55 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 127 | 0.10 | 0 | 0.48 | 0.04 | 72.31 | 0.84 | 0.73 |
| Hex | DC | F4 | 7F | A | 0 | 30 | 4 | 48 | 54 | 49 |
| Octal | 334 | 364 | 177 | 12 | 0 | 60 | 4 | 110 | 124 | 111 |
| Binary | 11011100 | 11110100 | 1111111 | 1010 | 0 | 110000 | 100 | 1001000 | 1010100 | 1001001 |
Color Harmonies of #DCF47F
Complementary color
Monochromatic Colors of #DCF47F
Black with #DCF47F
Text Example
Text Example
White with #DCF47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF47F; }
p { color: rgb(220,244,127); }
H1.HeaderClassName
{
color: #DCF47F;
}
.AnyTagClassName
{
color: #DCF47F;
}
</style>
background-color css
<style>
a { background-color: #DCF47F; }
a { background-color: rgb(220,244,127); }
div.DivClassName
{
background-color: #DCF47F;
}
.BgClassName
{
background-color: #DCF47F;
}
</style>
border-color css
<style>
span { border-color: #DCF47F; }
span { border-color: rgb(220,244,127); }
td.TdClassName
{
border-color: #DCF47F;
}
.TagClassName
{
border-color: #DCF47F;
}
</style>