Shades of Mindaro #DCF46D
Tints of Mindaro #DCF46D
RGB
CMYK
RGB Variations
Color information
#DCF46D (or 0xDCF46D) is known color: Mindaro. HEX triplet: DC, F4 and 6D. RGB value is (220,244,109). Sum of RGB (Red+Green+Blue) = 220+244+109=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF46D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF46D is #230B92. Grayscale: #DDDDDD. Windows color (decimal): -2296723 or 7206108. OLE color: 7206108.
HSL color Cylindrical-coordinate representation of color #DCF46D: hue angle of 70.67º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCF46D is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 109 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.04 |
| HSL | 70.67º | 0.86% | 0.69% | - |
| HSV(B) | 70.67º | 0.55% | 0.96% | - |
| XYZ | 64.63 | 81.02 | 26.7 | - |
| YUV | 221.43 | 64.55 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 109 | 0.10 | 0 | 0.55 | 0.04 | 70.67 | 0.86 | 0.69 |
| Hex | DC | F4 | 6D | A | 0 | 37 | 4 | 47 | 56 | 45 |
| Octal | 334 | 364 | 155 | 12 | 0 | 67 | 4 | 107 | 126 | 105 |
| Binary | 11011100 | 11110100 | 1101101 | 1010 | 0 | 110111 | 100 | 1000111 | 1010110 | 1000101 |
Color Harmonies of #DCF46D
Complementary color
Monochromatic Colors of #DCF46D
Black with #DCF46D
Text Example
Text Example
White with #DCF46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF46D; }
p { color: rgb(220,244,109); }
H1.HeaderClassName
{
color: #DCF46D;
}
.AnyTagClassName
{
color: #DCF46D;
}
</style>
background-color css
<style>
a { background-color: #DCF46D; }
a { background-color: rgb(220,244,109); }
div.DivClassName
{
background-color: #DCF46D;
}
.BgClassName
{
background-color: #DCF46D;
}
</style>
border-color css
<style>
span { border-color: #DCF46D; }
span { border-color: rgb(220,244,109); }
td.TdClassName
{
border-color: #DCF46D;
}
.TagClassName
{
border-color: #DCF46D;
}
</style>