Shades of Mindaro #DCF678
Tints of Mindaro #DCF678
RGB
CMYK
RGB Variations
Color information
#DCF678 (or 0xDCF678) is known color: Mindaro. HEX triplet: DC, F6 and 78. RGB value is (220,246,120). Sum of RGB (Red+Green+Blue) = 220+246+120=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF678 is #230987. Grayscale: #E0E0E0. Windows color (decimal): -2296200 or 7927516. OLE color: 7927516.
HSL color Cylindrical-coordinate representation of color #DCF678: hue angle of 72.38º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF678 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 120 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.04 |
| HSL | 72.38º | 0.88% | 0.72% | - |
| HSV(B) | 72.38º | 0.51% | 0.96% | - |
| XYZ | 65.86 | 82.48 | 30.22 | - |
| YUV | 223.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 120 | 0.11 | 0 | 0.51 | 0.04 | 72.38 | 0.88 | 0.72 |
| Hex | DC | F6 | 78 | B | 0 | 33 | 4 | 48 | 58 | 48 |
| Octal | 334 | 366 | 170 | 13 | 0 | 63 | 4 | 110 | 130 | 110 |
| Binary | 11011100 | 11110110 | 1111000 | 1011 | 0 | 110011 | 100 | 1001000 | 1011000 | 1001000 |
Color Harmonies of #DCF678
Complementary color
Monochromatic Colors of #DCF678
Black with #DCF678
Text Example
Text Example
White with #DCF678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF678; }
p { color: rgb(220,246,120); }
H1.HeaderClassName
{
color: #DCF678;
}
.AnyTagClassName
{
color: #DCF678;
}
</style>
background-color css
<style>
a { background-color: #DCF678; }
a { background-color: rgb(220,246,120); }
div.DivClassName
{
background-color: #DCF678;
}
.BgClassName
{
background-color: #DCF678;
}
</style>
border-color css
<style>
span { border-color: #DCF678; }
span { border-color: rgb(220,246,120); }
td.TdClassName
{
border-color: #DCF678;
}
.TagClassName
{
border-color: #DCF678;
}
</style>