Shades of Mindaro #DCF778
Tints of Mindaro #DCF778
RGB
CMYK
RGB Variations
Color information
#DCF778 (or 0xDCF778) is known color: Mindaro. HEX triplet: DC, F7 and 78. RGB value is (220,247,120). Sum of RGB (Red+Green+Blue) = 220+247+120=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF778 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF778 is #230887. Grayscale: #E0E0E0. Windows color (decimal): -2295944 or 7927772. OLE color: 7927772.
HSL color Cylindrical-coordinate representation of color #DCF778: hue angle of 72.76º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF778 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 120 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.03 |
| HSL | 72.76º | 0.89% | 0.72% | - |
| HSV(B) | 72.76º | 0.51% | 0.97% | - |
| XYZ | 66.17 | 83.09 | 30.32 | - |
| YUV | 224.45 | 69.05 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 120 | 0.11 | 0 | 0.51 | 0.03 | 72.76 | 0.89 | 0.72 |
| Hex | DC | F7 | 78 | B | 0 | 33 | 3 | 49 | 59 | 48 |
| Octal | 334 | 367 | 170 | 13 | 0 | 63 | 3 | 111 | 131 | 110 |
| Binary | 11011100 | 11110111 | 1111000 | 1011 | 0 | 110011 | 11 | 1001001 | 1011001 | 1001000 |
Color Harmonies of #DCF778
Complementary color
Monochromatic Colors of #DCF778
Black with #DCF778
Text Example
Text Example
White with #DCF778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF778; }
p { color: rgb(220,247,120); }
H1.HeaderClassName
{
color: #DCF778;
}
.AnyTagClassName
{
color: #DCF778;
}
</style>
background-color css
<style>
a { background-color: #DCF778; }
a { background-color: rgb(220,247,120); }
div.DivClassName
{
background-color: #DCF778;
}
.BgClassName
{
background-color: #DCF778;
}
</style>
border-color css
<style>
span { border-color: #DCF778; }
span { border-color: rgb(220,247,120); }
td.TdClassName
{
border-color: #DCF778;
}
.TagClassName
{
border-color: #DCF778;
}
</style>