Shades of Mindaro #DCF568
Tints of Mindaro #DCF568
RGB
CMYK
RGB Variations
Color information
#DCF568 (or 0xDCF568) is known color: Mindaro. HEX triplet: DC, F5 and 68. RGB value is (220,245,104). Sum of RGB (Red+Green+Blue) = 220+245+104=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 104 (41.02% from 255 or 18.28% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF568 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF568 is #230A97. Grayscale: #DDDDDD. Windows color (decimal): -2296472 or 6878684. OLE color: 6878684.
HSL color Cylindrical-coordinate representation of color #DCF568: hue angle of 70.64º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF568 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 104 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.04 |
| HSL | 70.64º | 0.88% | 0.68% | - |
| HSV(B) | 70.64º | 0.58% | 0.96% | - |
| XYZ | 64.67 | 81.52 | 25.42 | - |
| YUV | 221.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 104 | 0.10 | 0 | 0.58 | 0.04 | 70.64 | 0.88 | 0.68 |
| Hex | DC | F5 | 68 | A | 0 | 3A | 4 | 47 | 58 | 44 |
| Octal | 334 | 365 | 150 | 12 | 0 | 72 | 4 | 107 | 130 | 104 |
| Binary | 11011100 | 11110101 | 1101000 | 1010 | 0 | 111010 | 100 | 1000111 | 1011000 | 1000100 |
Color Harmonies of #DCF568
Complementary color
Monochromatic Colors of #DCF568
Black with #DCF568
Text Example
Text Example
White with #DCF568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF568; }
p { color: rgb(220,245,104); }
H1.HeaderClassName
{
color: #DCF568;
}
.AnyTagClassName
{
color: #DCF568;
}
</style>
background-color css
<style>
a { background-color: #DCF568; }
a { background-color: rgb(220,245,104); }
div.DivClassName
{
background-color: #DCF568;
}
.BgClassName
{
background-color: #DCF568;
}
</style>
border-color css
<style>
span { border-color: #DCF568; }
span { border-color: rgb(220,245,104); }
td.TdClassName
{
border-color: #DCF568;
}
.TagClassName
{
border-color: #DCF568;
}
</style>