Shades of Mindaro #DCF575
Tints of Mindaro #DCF575
RGB
CMYK
RGB Variations
Color information
#DCF575 (or 0xDCF575) is known color: Mindaro. HEX triplet: DC, F5 and 75. RGB value is (220,245,117). Sum of RGB (Red+Green+Blue) = 220+245+117=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF575 is #230A8A. Grayscale: #DFDFDF. Windows color (decimal): -2296459 or 7730652. OLE color: 7730652.
HSL color Cylindrical-coordinate representation of color #DCF575: hue angle of 71.72º degrees, saturation: 0.86, 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 #DCF575 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 117 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.04 |
| HSL | 71.72º | 0.86% | 0.71% | - |
| HSV(B) | 71.72º | 0.52% | 0.96% | - |
| XYZ | 65.38 | 81.8 | 29.17 | - |
| YUV | 222.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 117 | 0.10 | 0 | 0.52 | 0.04 | 71.72 | 0.86 | 0.71 |
| Hex | DC | F5 | 75 | A | 0 | 34 | 4 | 48 | 56 | 47 |
| Octal | 334 | 365 | 165 | 12 | 0 | 64 | 4 | 110 | 126 | 107 |
| Binary | 11011100 | 11110101 | 1110101 | 1010 | 0 | 110100 | 100 | 1001000 | 1010110 | 1000111 |
Color Harmonies of #DCF575
Complementary color
Monochromatic Colors of #DCF575
Black with #DCF575
Text Example
Text Example
White with #DCF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF575; }
p { color: rgb(220,245,117); }
H1.HeaderClassName
{
color: #DCF575;
}
.AnyTagClassName
{
color: #DCF575;
}
</style>
background-color css
<style>
a { background-color: #DCF575; }
a { background-color: rgb(220,245,117); }
div.DivClassName
{
background-color: #DCF575;
}
.BgClassName
{
background-color: #DCF575;
}
</style>
border-color css
<style>
span { border-color: #DCF575; }
span { border-color: rgb(220,245,117); }
td.TdClassName
{
border-color: #DCF575;
}
.TagClassName
{
border-color: #DCF575;
}
</style>