Shades of Mindaro #DCF668
Tints of Mindaro #DCF668
RGB
CMYK
RGB Variations
Color information
#DCF668 (or 0xDCF668) is known color: Mindaro. HEX triplet: DC, F6 and 68. RGB value is (220,246,104). Sum of RGB (Red+Green+Blue) = 220+246+104=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 104 (41.02% from 255 or 18.25% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF668 is #230997. Grayscale: #DEDEDE. Windows color (decimal): -2296216 or 6878940. OLE color: 6878940.
HSL color Cylindrical-coordinate representation of color #DCF668: hue angle of 70.99º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF668 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 104 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.04 |
| HSL | 70.99º | 0.89% | 0.69% | - |
| HSV(B) | 70.99º | 0.58% | 0.96% | - |
| XYZ | 64.97 | 82.13 | 25.52 | - |
| YUV | 222.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 104 | 0.11 | 0 | 0.58 | 0.04 | 70.99 | 0.89 | 0.69 |
| Hex | DC | F6 | 68 | B | 0 | 3A | 4 | 47 | 59 | 45 |
| Octal | 334 | 366 | 150 | 13 | 0 | 72 | 4 | 107 | 131 | 105 |
| Binary | 11011100 | 11110110 | 1101000 | 1011 | 0 | 111010 | 100 | 1000111 | 1011001 | 1000101 |
Color Harmonies of #DCF668
Complementary color
Monochromatic Colors of #DCF668
Black with #DCF668
Text Example
Text Example
White with #DCF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF668; }
p { color: rgb(220,246,104); }
H1.HeaderClassName
{
color: #DCF668;
}
.AnyTagClassName
{
color: #DCF668;
}
</style>
background-color css
<style>
a { background-color: #DCF668; }
a { background-color: rgb(220,246,104); }
div.DivClassName
{
background-color: #DCF668;
}
.BgClassName
{
background-color: #DCF668;
}
</style>
border-color css
<style>
span { border-color: #DCF668; }
span { border-color: rgb(220,246,104); }
td.TdClassName
{
border-color: #DCF668;
}
.TagClassName
{
border-color: #DCF668;
}
</style>