Shades of Mindaro #DCF475
Tints of Mindaro #DCF475
RGB
CMYK
RGB Variations
Color information
#DCF475 (or 0xDCF475) is known color: Mindaro. HEX triplet: DC, F4 and 75. RGB value is (220,244,117). Sum of RGB (Red+Green+Blue) = 220+244+117=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 117 (46.09% from 255 or 20.14% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF475 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF475 is #230B8A. Grayscale: #DEDEDE. Windows color (decimal): -2296715 or 7730396. OLE color: 7730396.
HSL color Cylindrical-coordinate representation of color #DCF475: hue angle of 71.34º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF475 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 117 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.04 |
| HSL | 71.34º | 0.85% | 0.71% | - |
| HSV(B) | 71.34º | 0.52% | 0.96% | - |
| XYZ | 65.08 | 81.2 | 29.07 | - |
| YUV | 222.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 117 | 0.10 | 0 | 0.52 | 0.04 | 71.34 | 0.85 | 0.71 |
| Hex | DC | F4 | 75 | A | 0 | 34 | 4 | 47 | 55 | 47 |
| Octal | 334 | 364 | 165 | 12 | 0 | 64 | 4 | 107 | 125 | 107 |
| Binary | 11011100 | 11110100 | 1110101 | 1010 | 0 | 110100 | 100 | 1000111 | 1010101 | 1000111 |
Color Harmonies of #DCF475
Complementary color
Monochromatic Colors of #DCF475
Black with #DCF475
Text Example
Text Example
White with #DCF475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF475; }
p { color: rgb(220,244,117); }
H1.HeaderClassName
{
color: #DCF475;
}
.AnyTagClassName
{
color: #DCF475;
}
</style>
background-color css
<style>
a { background-color: #DCF475; }
a { background-color: rgb(220,244,117); }
div.DivClassName
{
background-color: #DCF475;
}
.BgClassName
{
background-color: #DCF475;
}
</style>
border-color css
<style>
span { border-color: #DCF475; }
span { border-color: rgb(220,244,117); }
td.TdClassName
{
border-color: #DCF475;
}
.TagClassName
{
border-color: #DCF475;
}
</style>