Shades of Mindaro #DCF186
Tints of Mindaro #DCF186
RGB
CMYK
RGB Variations
Color information
#DCF186 (or 0xDCF186) is known color: Mindaro. HEX triplet: DC, F1 and 86. RGB value is (220,241,134). Sum of RGB (Red+Green+Blue) = 220+241+134=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF186 is #230E79. Grayscale: #DEDEDE. Windows color (decimal): -2297466 or 8843740. OLE color: 8843740.
HSL color Cylindrical-coordinate representation of color #DCF186: hue angle of 71.78º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCF186 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 134 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.05 |
| HSL | 71.78º | 0.79% | 0.74% | - |
| HSV(B) | 71.78º | 0.44% | 0.95% | - |
| XYZ | 65.27 | 79.85 | 34.53 | - |
| YUV | 222.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 134 | 0.09 | 0 | 0.44 | 0.05 | 71.78 | 0.79 | 0.74 |
| Hex | DC | F1 | 86 | 9 | 0 | 2C | 5 | 48 | 4F | 4A |
| Octal | 334 | 361 | 206 | 11 | 0 | 54 | 5 | 110 | 117 | 112 |
| Binary | 11011100 | 11110001 | 10000110 | 1001 | 0 | 101100 | 101 | 1001000 | 1001111 | 1001010 |
Color Harmonies of #DCF186
Complementary color
Monochromatic Colors of #DCF186
Black with #DCF186
Text Example
Text Example
White with #DCF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF186; }
p { color: rgb(220,241,134); }
H1.HeaderClassName
{
color: #DCF186;
}
.AnyTagClassName
{
color: #DCF186;
}
</style>
background-color css
<style>
a { background-color: #DCF186; }
a { background-color: rgb(220,241,134); }
div.DivClassName
{
background-color: #DCF186;
}
.BgClassName
{
background-color: #DCF186;
}
</style>
border-color css
<style>
span { border-color: #DCF186; }
span { border-color: rgb(220,241,134); }
td.TdClassName
{
border-color: #DCF186;
}
.TagClassName
{
border-color: #DCF186;
}
</style>