Shades of Mindaro #DCF173
Tints of Mindaro #DCF173
RGB
CMYK
RGB Variations
Color information
#DCF173 (or 0xDCF173) is known color: Mindaro. HEX triplet: DC, F1 and 73. RGB value is (220,241,115). Sum of RGB (Red+Green+Blue) = 220+241+115=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF173 is #230E8C. Grayscale: #DCDCDC. Windows color (decimal): -2297485 or 7598556. OLE color: 7598556.
HSL color Cylindrical-coordinate representation of color #DCF173: hue angle of 70º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF173 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 115 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.05 |
| HSL | 70º | 0.82% | 0.7% | - |
| HSV(B) | 70º | 0.52% | 0.95% | - |
| XYZ | 64.07 | 79.36 | 28.16 | - |
| YUV | 220.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 115 | 0.09 | 0 | 0.52 | 0.05 | 70 | 0.82 | 0.7 |
| Hex | DC | F1 | 73 | 9 | 0 | 34 | 5 | 46 | 52 | 46 |
| Octal | 334 | 361 | 163 | 11 | 0 | 64 | 5 | 106 | 122 | 106 |
| Binary | 11011100 | 11110001 | 1110011 | 1001 | 0 | 110100 | 101 | 1000110 | 1010010 | 1000110 |
Color Harmonies of #DCF173
Complementary color
Monochromatic Colors of #DCF173
Black with #DCF173
Text Example
Text Example
White with #DCF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF173; }
p { color: rgb(220,241,115); }
H1.HeaderClassName
{
color: #DCF173;
}
.AnyTagClassName
{
color: #DCF173;
}
</style>
background-color css
<style>
a { background-color: #DCF173; }
a { background-color: rgb(220,241,115); }
div.DivClassName
{
background-color: #DCF173;
}
.BgClassName
{
background-color: #DCF173;
}
</style>
border-color css
<style>
span { border-color: #DCF173; }
span { border-color: rgb(220,241,115); }
td.TdClassName
{
border-color: #DCF173;
}
.TagClassName
{
border-color: #DCF173;
}
</style>