Shades of Mindaro #DCF57A
Tints of Mindaro #DCF57A
RGB
CMYK
RGB Variations
Color information
#DCF57A (or 0xDCF57A) is known color: Mindaro. HEX triplet: DC, F5 and 7A. RGB value is (220,245,122). Sum of RGB (Red+Green+Blue) = 220+245+122=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF57A is #230A85. Grayscale: #DFDFDF. Windows color (decimal): -2296454 or 8058332. OLE color: 8058332.
HSL color Cylindrical-coordinate representation of color #DCF57A: hue angle of 72.2º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF57A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 122 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.04 |
| HSL | 72.2º | 0.86% | 0.72% | - |
| HSV(B) | 72.2º | 0.5% | 0.96% | - |
| XYZ | 65.68 | 81.93 | 30.76 | - |
| YUV | 223.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 122 | 0.10 | 0 | 0.50 | 0.04 | 72.2 | 0.86 | 0.72 |
| Hex | DC | F5 | 7A | A | 0 | 32 | 4 | 48 | 56 | 48 |
| Octal | 334 | 365 | 172 | 12 | 0 | 62 | 4 | 110 | 126 | 110 |
| Binary | 11011100 | 11110101 | 1111010 | 1010 | 0 | 110010 | 100 | 1001000 | 1010110 | 1001000 |
Color Harmonies of #DCF57A
Complementary color
Monochromatic Colors of #DCF57A
Black with #DCF57A
Text Example
Text Example
White with #DCF57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF57A; }
p { color: rgb(220,245,122); }
H1.HeaderClassName
{
color: #DCF57A;
}
.AnyTagClassName
{
color: #DCF57A;
}
</style>
background-color css
<style>
a { background-color: #DCF57A; }
a { background-color: rgb(220,245,122); }
div.DivClassName
{
background-color: #DCF57A;
}
.BgClassName
{
background-color: #DCF57A;
}
</style>
border-color css
<style>
span { border-color: #DCF57A; }
span { border-color: rgb(220,245,122); }
td.TdClassName
{
border-color: #DCF57A;
}
.TagClassName
{
border-color: #DCF57A;
}
</style>