Shades of Mindaro #DCF57C
Tints of Mindaro #DCF57C
RGB
CMYK
RGB Variations
Color information
#DCF57C (or 0xDCF57C) is known color: Mindaro. HEX triplet: DC, F5 and 7C. RGB value is (220,245,124). Sum of RGB (Red+Green+Blue) = 220+245+124=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF57C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF57C is #230A83. Grayscale: #E0E0E0. Windows color (decimal): -2296452 or 8189404. OLE color: 8189404.
HSL color Cylindrical-coordinate representation of color #DCF57C: hue angle of 72.4º degrees, saturation: 0.86, 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 #DCF57C is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 124 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.04 |
| HSL | 72.4º | 0.86% | 0.72% | - |
| HSV(B) | 72.4º | 0.49% | 0.96% | - |
| XYZ | 65.81 | 81.98 | 31.42 | - |
| YUV | 223.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 124 | 0.10 | 0 | 0.49 | 0.04 | 72.4 | 0.86 | 0.72 |
| Hex | DC | F5 | 7C | A | 0 | 31 | 4 | 48 | 56 | 48 |
| Octal | 334 | 365 | 174 | 12 | 0 | 61 | 4 | 110 | 126 | 110 |
| Binary | 11011100 | 11110101 | 1111100 | 1010 | 0 | 110001 | 100 | 1001000 | 1010110 | 1001000 |
Color Harmonies of #DCF57C
Complementary color
Monochromatic Colors of #DCF57C
Black with #DCF57C
Text Example
Text Example
White with #DCF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF57C; }
p { color: rgb(220,245,124); }
H1.HeaderClassName
{
color: #DCF57C;
}
.AnyTagClassName
{
color: #DCF57C;
}
</style>
background-color css
<style>
a { background-color: #DCF57C; }
a { background-color: rgb(220,245,124); }
div.DivClassName
{
background-color: #DCF57C;
}
.BgClassName
{
background-color: #DCF57C;
}
</style>
border-color css
<style>
span { border-color: #DCF57C; }
span { border-color: rgb(220,245,124); }
td.TdClassName
{
border-color: #DCF57C;
}
.TagClassName
{
border-color: #DCF57C;
}
</style>