Shades of Mindaro #DCF174
Tints of Mindaro #DCF174
RGB
CMYK
RGB Variations
Color information
#DCF174 (or 0xDCF174) is known color: Mindaro. HEX triplet: DC, F1 and 74. RGB value is (220,241,116). Sum of RGB (Red+Green+Blue) = 220+241+116=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF174 is #230E8B. Grayscale: #DCDCDC. Windows color (decimal): -2297484 or 7664092. OLE color: 7664092.
HSL color Cylindrical-coordinate representation of color #DCF174: hue angle of 70.08º 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 #DCF174 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 116 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.05 |
| HSL | 70.08º | 0.82% | 0.7% | - |
| HSV(B) | 70.08º | 0.52% | 0.95% | - |
| XYZ | 64.12 | 79.39 | 28.47 | - |
| YUV | 220.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 116 | 0.09 | 0 | 0.52 | 0.05 | 70.08 | 0.82 | 0.7 |
| Hex | DC | F1 | 74 | 9 | 0 | 34 | 5 | 46 | 52 | 46 |
| Octal | 334 | 361 | 164 | 11 | 0 | 64 | 5 | 106 | 122 | 106 |
| Binary | 11011100 | 11110001 | 1110100 | 1001 | 0 | 110100 | 101 | 1000110 | 1010010 | 1000110 |
Color Harmonies of #DCF174
Complementary color
Monochromatic Colors of #DCF174
Black with #DCF174
Text Example
Text Example
White with #DCF174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF174; }
p { color: rgb(220,241,116); }
H1.HeaderClassName
{
color: #DCF174;
}
.AnyTagClassName
{
color: #DCF174;
}
</style>
background-color css
<style>
a { background-color: #DCF174; }
a { background-color: rgb(220,241,116); }
div.DivClassName
{
background-color: #DCF174;
}
.BgClassName
{
background-color: #DCF174;
}
</style>
border-color css
<style>
span { border-color: #DCF174; }
span { border-color: rgb(220,241,116); }
td.TdClassName
{
border-color: #DCF174;
}
.TagClassName
{
border-color: #DCF174;
}
</style>