Shades of Mindaro #DCF772
Tints of Mindaro #DCF772
RGB
CMYK
RGB Variations
Color information
#DCF772 (or 0xDCF772) is known color: Mindaro. HEX triplet: DC, F7 and 72. RGB value is (220,247,114). Sum of RGB (Red+Green+Blue) = 220+247+114=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF772 is #23088D. Grayscale: #E0E0E0. Windows color (decimal): -2295950 or 7534556. OLE color: 7534556.
HSL color Cylindrical-coordinate representation of color #DCF772: hue angle of 72.18º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCF772 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 114 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.03 |
| HSL | 72.18º | 0.89% | 0.71% | - |
| HSV(B) | 72.18º | 0.54% | 0.97% | - |
| XYZ | 65.81 | 82.95 | 28.46 | - |
| YUV | 223.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 114 | 0.11 | 0 | 0.54 | 0.03 | 72.18 | 0.89 | 0.71 |
| Hex | DC | F7 | 72 | B | 0 | 36 | 3 | 48 | 59 | 47 |
| Octal | 334 | 367 | 162 | 13 | 0 | 66 | 3 | 110 | 131 | 107 |
| Binary | 11011100 | 11110111 | 1110010 | 1011 | 0 | 110110 | 11 | 1001000 | 1011001 | 1000111 |
Color Harmonies of #DCF772
Complementary color
Monochromatic Colors of #DCF772
Black with #DCF772
Text Example
Text Example
White with #DCF772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF772; }
p { color: rgb(220,247,114); }
H1.HeaderClassName
{
color: #DCF772;
}
.AnyTagClassName
{
color: #DCF772;
}
</style>
background-color css
<style>
a { background-color: #DCF772; }
a { background-color: rgb(220,247,114); }
div.DivClassName
{
background-color: #DCF772;
}
.BgClassName
{
background-color: #DCF772;
}
</style>
border-color css
<style>
span { border-color: #DCF772; }
span { border-color: rgb(220,247,114); }
td.TdClassName
{
border-color: #DCF772;
}
.TagClassName
{
border-color: #DCF772;
}
</style>