Shades of Mindaro #DCF873
Tints of Mindaro #DCF873
RGB
CMYK
RGB Variations
Color information
#DCF873 (or 0xDCF873) is known color: Mindaro. HEX triplet: DC, F8 and 73. RGB value is (220,248,115). Sum of RGB (Red+Green+Blue) = 220+248+115=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF873 is #23078C. Grayscale: #E0E0E0. Windows color (decimal): -2295693 or 7600348. OLE color: 7600348.
HSL color Cylindrical-coordinate representation of color #DCF873: hue angle of 72.63º degrees, saturation: 0.9, 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 #DCF873 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 115 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.03 |
| HSL | 72.63º | 0.9% | 0.71% | - |
| HSV(B) | 72.63º | 0.54% | 0.97% | - |
| XYZ | 66.18 | 83.59 | 28.87 | - |
| YUV | 224.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 115 | 0.11 | 0 | 0.54 | 0.03 | 72.63 | 0.9 | 0.71 |
| Hex | DC | F8 | 73 | B | 0 | 36 | 3 | 49 | 5A | 47 |
| Octal | 334 | 370 | 163 | 13 | 0 | 66 | 3 | 111 | 132 | 107 |
| Binary | 11011100 | 11111000 | 1110011 | 1011 | 0 | 110110 | 11 | 1001001 | 1011010 | 1000111 |
Color Harmonies of #DCF873
Complementary color
Monochromatic Colors of #DCF873
Black with #DCF873
Text Example
Text Example
White with #DCF873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF873; }
p { color: rgb(220,248,115); }
H1.HeaderClassName
{
color: #DCF873;
}
.AnyTagClassName
{
color: #DCF873;
}
</style>
background-color css
<style>
a { background-color: #DCF873; }
a { background-color: rgb(220,248,115); }
div.DivClassName
{
background-color: #DCF873;
}
.BgClassName
{
background-color: #DCF873;
}
</style>
border-color css
<style>
span { border-color: #DCF873; }
span { border-color: rgb(220,248,115); }
td.TdClassName
{
border-color: #DCF873;
}
.TagClassName
{
border-color: #DCF873;
}
</style>