Shades of Mindaro #DCF675
Tints of Mindaro #DCF675
RGB
CMYK
RGB Variations
Color information
#DCF675 (or 0xDCF675) is known color: Mindaro. HEX triplet: DC, F6 and 75. RGB value is (220,246,117). Sum of RGB (Red+Green+Blue) = 220+246+117=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF675 is #23098A. Grayscale: #E0E0E0. Windows color (decimal): -2296203 or 7730908. OLE color: 7730908.
HSL color Cylindrical-coordinate representation of color #DCF675: hue angle of 72.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF675 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 117 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.04 |
| HSL | 72.09º | 0.88% | 0.71% | - |
| HSV(B) | 72.09º | 0.52% | 0.96% | - |
| XYZ | 65.68 | 82.41 | 29.27 | - |
| YUV | 223.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 117 | 0.11 | 0 | 0.52 | 0.04 | 72.09 | 0.88 | 0.71 |
| Hex | DC | F6 | 75 | B | 0 | 34 | 4 | 48 | 58 | 47 |
| Octal | 334 | 366 | 165 | 13 | 0 | 64 | 4 | 110 | 130 | 107 |
| Binary | 11011100 | 11110110 | 1110101 | 1011 | 0 | 110100 | 100 | 1001000 | 1011000 | 1000111 |
Color Harmonies of #DCF675
Complementary color
Monochromatic Colors of #DCF675
Black with #DCF675
Text Example
Text Example
White with #DCF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF675; }
p { color: rgb(220,246,117); }
H1.HeaderClassName
{
color: #DCF675;
}
.AnyTagClassName
{
color: #DCF675;
}
</style>
background-color css
<style>
a { background-color: #DCF675; }
a { background-color: rgb(220,246,117); }
div.DivClassName
{
background-color: #DCF675;
}
.BgClassName
{
background-color: #DCF675;
}
</style>
border-color css
<style>
span { border-color: #DCF675; }
span { border-color: rgb(220,246,117); }
td.TdClassName
{
border-color: #DCF675;
}
.TagClassName
{
border-color: #DCF675;
}
</style>