Shades of Mindaro #DCF57D
Tints of Mindaro #DCF57D
RGB
CMYK
RGB Variations
Color information
#DCF57D (or 0xDCF57D) is known color: Mindaro. HEX triplet: DC, F5 and 7D. RGB value is (220,245,125). Sum of RGB (Red+Green+Blue) = 220+245+125=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF57D is #230A82. Grayscale: #E0E0E0. Windows color (decimal): -2296451 or 8254940. OLE color: 8254940.
HSL color Cylindrical-coordinate representation of color #DCF57D: hue angle of 72.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF57D is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 125 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.04 |
| HSL | 72.5º | 0.86% | 0.73% | - |
| HSV(B) | 72.5º | 0.49% | 0.96% | - |
| XYZ | 65.87 | 82 | 31.76 | - |
| YUV | 223.85 | 72.22 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 125 | 0.10 | 0 | 0.49 | 0.04 | 72.5 | 0.86 | 0.73 |
| Hex | DC | F5 | 7D | A | 0 | 31 | 4 | 48 | 56 | 49 |
| Octal | 334 | 365 | 175 | 12 | 0 | 61 | 4 | 110 | 126 | 111 |
| Binary | 11011100 | 11110101 | 1111101 | 1010 | 0 | 110001 | 100 | 1001000 | 1010110 | 1001001 |
Color Harmonies of #DCF57D
Complementary color
Monochromatic Colors of #DCF57D
Black with #DCF57D
Text Example
Text Example
White with #DCF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF57D; }
p { color: rgb(220,245,125); }
H1.HeaderClassName
{
color: #DCF57D;
}
.AnyTagClassName
{
color: #DCF57D;
}
</style>
background-color css
<style>
a { background-color: #DCF57D; }
a { background-color: rgb(220,245,125); }
div.DivClassName
{
background-color: #DCF57D;
}
.BgClassName
{
background-color: #DCF57D;
}
</style>
border-color css
<style>
span { border-color: #DCF57D; }
span { border-color: rgb(220,245,125); }
td.TdClassName
{
border-color: #DCF57D;
}
.TagClassName
{
border-color: #DCF57D;
}
</style>