Shades of Mindaro #DCF577
Tints of Mindaro #DCF577
RGB
CMYK
RGB Variations
Color information
#DCF577 (or 0xDCF577) is known color: Mindaro. HEX triplet: DC, F5 and 77. RGB value is (220,245,119). Sum of RGB (Red+Green+Blue) = 220+245+119=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF577 is #230A88. Grayscale: #DFDFDF. Windows color (decimal): -2296457 or 7861724. OLE color: 7861724.
HSL color Cylindrical-coordinate representation of color #DCF577: hue angle of 71.9º degrees, saturation: 0.86, 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 #DCF577 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 119 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.04 |
| HSL | 71.9º | 0.86% | 0.71% | - |
| HSV(B) | 71.9º | 0.51% | 0.96% | - |
| XYZ | 65.5 | 81.85 | 29.8 | - |
| YUV | 223.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 119 | 0.10 | 0 | 0.51 | 0.04 | 71.9 | 0.86 | 0.71 |
| Hex | DC | F5 | 77 | A | 0 | 33 | 4 | 48 | 56 | 47 |
| Octal | 334 | 365 | 167 | 12 | 0 | 63 | 4 | 110 | 126 | 107 |
| Binary | 11011100 | 11110101 | 1110111 | 1010 | 0 | 110011 | 100 | 1001000 | 1010110 | 1000111 |
Color Harmonies of #DCF577
Complementary color
Monochromatic Colors of #DCF577
Black with #DCF577
Text Example
Text Example
White with #DCF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF577; }
p { color: rgb(220,245,119); }
H1.HeaderClassName
{
color: #DCF577;
}
.AnyTagClassName
{
color: #DCF577;
}
</style>
background-color css
<style>
a { background-color: #DCF577; }
a { background-color: rgb(220,245,119); }
div.DivClassName
{
background-color: #DCF577;
}
.BgClassName
{
background-color: #DCF577;
}
</style>
border-color css
<style>
span { border-color: #DCF577; }
span { border-color: rgb(220,245,119); }
td.TdClassName
{
border-color: #DCF577;
}
.TagClassName
{
border-color: #DCF577;
}
</style>