Shades of Mindaro #DCF175
Tints of Mindaro #DCF175
RGB
CMYK
RGB Variations
Color information
#DCF175 (or 0xDCF175) is known color: Mindaro. HEX triplet: DC, F1 and 75. RGB value is (220,241,117). Sum of RGB (Red+Green+Blue) = 220+241+117=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF175 is #230E8A. Grayscale: #DDDDDD. Windows color (decimal): -2297483 or 7729628. OLE color: 7729628.
HSL color Cylindrical-coordinate representation of color #DCF175: hue angle of 70.16º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF175 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 117 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.05 |
| HSL | 70.16º | 0.82% | 0.7% | - |
| HSV(B) | 70.16º | 0.51% | 0.95% | - |
| XYZ | 64.18 | 79.41 | 28.77 | - |
| YUV | 220.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 117 | 0.09 | 0 | 0.51 | 0.05 | 70.16 | 0.82 | 0.7 |
| Hex | DC | F1 | 75 | 9 | 0 | 33 | 5 | 46 | 52 | 46 |
| Octal | 334 | 361 | 165 | 11 | 0 | 63 | 5 | 106 | 122 | 106 |
| Binary | 11011100 | 11110001 | 1110101 | 1001 | 0 | 110011 | 101 | 1000110 | 1010010 | 1000110 |
Color Harmonies of #DCF175
Complementary color
Monochromatic Colors of #DCF175
Black with #DCF175
Text Example
Text Example
White with #DCF175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF175; }
p { color: rgb(220,241,117); }
H1.HeaderClassName
{
color: #DCF175;
}
.AnyTagClassName
{
color: #DCF175;
}
</style>
background-color css
<style>
a { background-color: #DCF175; }
a { background-color: rgb(220,241,117); }
div.DivClassName
{
background-color: #DCF175;
}
.BgClassName
{
background-color: #DCF175;
}
</style>
border-color css
<style>
span { border-color: #DCF175; }
span { border-color: rgb(220,241,117); }
td.TdClassName
{
border-color: #DCF175;
}
.TagClassName
{
border-color: #DCF175;
}
</style>