Shades of Mindaro #DCF386
Tints of Mindaro #DCF386
RGB
CMYK
RGB Variations
Color information
#DCF386 (or 0xDCF386) is known color: Mindaro. HEX triplet: DC, F3 and 86. RGB value is (220,243,134). Sum of RGB (Red+Green+Blue) = 220+243+134=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF386 is #230C79. Grayscale: #E0E0E0. Windows color (decimal): -2296954 or 8844252. OLE color: 8844252.
HSL color Cylindrical-coordinate representation of color #DCF386: hue angle of 72.66º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCF386 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 134 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.05 |
| HSL | 72.66º | 0.82% | 0.74% | - |
| HSV(B) | 72.66º | 0.45% | 0.95% | - |
| XYZ | 65.87 | 81.04 | 34.72 | - |
| YUV | 223.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 134 | 0.09 | 0 | 0.45 | 0.05 | 72.66 | 0.82 | 0.74 |
| Hex | DC | F3 | 86 | 9 | 0 | 2D | 5 | 49 | 52 | 4A |
| Octal | 334 | 363 | 206 | 11 | 0 | 55 | 5 | 111 | 122 | 112 |
| Binary | 11011100 | 11110011 | 10000110 | 1001 | 0 | 101101 | 101 | 1001001 | 1010010 | 1001010 |
Color Harmonies of #DCF386
Complementary color
Monochromatic Colors of #DCF386
Black with #DCF386
Text Example
Text Example
White with #DCF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF386; }
p { color: rgb(220,243,134); }
H1.HeaderClassName
{
color: #DCF386;
}
.AnyTagClassName
{
color: #DCF386;
}
</style>
background-color css
<style>
a { background-color: #DCF386; }
a { background-color: rgb(220,243,134); }
div.DivClassName
{
background-color: #DCF386;
}
.BgClassName
{
background-color: #DCF386;
}
</style>
border-color css
<style>
span { border-color: #DCF386; }
span { border-color: rgb(220,243,134); }
td.TdClassName
{
border-color: #DCF386;
}
.TagClassName
{
border-color: #DCF386;
}
</style>