Shades of Mindaro #DCF478
Tints of Mindaro #DCF478
RGB
CMYK
RGB Variations
Color information
#DCF478 (or 0xDCF478) is known color: Mindaro. HEX triplet: DC, F4 and 78. RGB value is (220,244,120). Sum of RGB (Red+Green+Blue) = 220+244+120=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 120 (47.27% from 255 or 20.55% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF478 is #230B87. Grayscale: #DFDFDF. Windows color (decimal): -2296712 or 7927004. OLE color: 7927004.
HSL color Cylindrical-coordinate representation of color #DCF478: hue angle of 71.61º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF478 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 120 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.04 |
| HSL | 71.61º | 0.85% | 0.71% | - |
| HSV(B) | 71.61º | 0.51% | 0.96% | - |
| XYZ | 65.26 | 81.27 | 30.02 | - |
| YUV | 222.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 120 | 0.10 | 0 | 0.51 | 0.04 | 71.61 | 0.85 | 0.71 |
| Hex | DC | F4 | 78 | A | 0 | 33 | 4 | 48 | 55 | 47 |
| Octal | 334 | 364 | 170 | 12 | 0 | 63 | 4 | 110 | 125 | 107 |
| Binary | 11011100 | 11110100 | 1111000 | 1010 | 0 | 110011 | 100 | 1001000 | 1010101 | 1000111 |
Color Harmonies of #DCF478
Complementary color
Monochromatic Colors of #DCF478
Black with #DCF478
Text Example
Text Example
White with #DCF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF478; }
p { color: rgb(220,244,120); }
H1.HeaderClassName
{
color: #DCF478;
}
.AnyTagClassName
{
color: #DCF478;
}
</style>
background-color css
<style>
a { background-color: #DCF478; }
a { background-color: rgb(220,244,120); }
div.DivClassName
{
background-color: #DCF478;
}
.BgClassName
{
background-color: #DCF478;
}
</style>
border-color css
<style>
span { border-color: #DCF478; }
span { border-color: rgb(220,244,120); }
td.TdClassName
{
border-color: #DCF478;
}
.TagClassName
{
border-color: #DCF478;
}
</style>