Shades of Mindaro #DCF565
Tints of Mindaro #DCF565
RGB
CMYK
RGB Variations
Color information
#DCF565 (or 0xDCF565) is known color: Mindaro. HEX triplet: DC, F5 and 65. RGB value is (220,245,101). Sum of RGB (Red+Green+Blue) = 220+245+101=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF565 is #230A9A. Grayscale: #DDDDDD. Windows color (decimal): -2296475 or 6682076. OLE color: 6682076.
HSL color Cylindrical-coordinate representation of color #DCF565: hue angle of 70.42º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF565 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 101 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.04 |
| HSL | 70.42º | 0.88% | 0.68% | - |
| HSV(B) | 70.42º | 0.59% | 0.96% | - |
| XYZ | 64.52 | 81.46 | 24.63 | - |
| YUV | 221.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 101 | 0.10 | 0 | 0.59 | 0.04 | 70.42 | 0.88 | 0.68 |
| Hex | DC | F5 | 65 | A | 0 | 3B | 4 | 46 | 58 | 44 |
| Octal | 334 | 365 | 145 | 12 | 0 | 73 | 4 | 106 | 130 | 104 |
| Binary | 11011100 | 11110101 | 1100101 | 1010 | 0 | 111011 | 100 | 1000110 | 1011000 | 1000100 |
Color Harmonies of #DCF565
Complementary color
Monochromatic Colors of #DCF565
Black with #DCF565
Text Example
Text Example
White with #DCF565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF565; }
p { color: rgb(220,245,101); }
H1.HeaderClassName
{
color: #DCF565;
}
.AnyTagClassName
{
color: #DCF565;
}
</style>
background-color css
<style>
a { background-color: #DCF565; }
a { background-color: rgb(220,245,101); }
div.DivClassName
{
background-color: #DCF565;
}
.BgClassName
{
background-color: #DCF565;
}
</style>
border-color css
<style>
span { border-color: #DCF565; }
span { border-color: rgb(220,245,101); }
td.TdClassName
{
border-color: #DCF565;
}
.TagClassName
{
border-color: #DCF565;
}
</style>