Shades of Mindaro #DCF17C
Tints of Mindaro #DCF17C
RGB
CMYK
RGB Variations
Color information
#DCF17C (or 0xDCF17C) is known color: Mindaro. HEX triplet: DC, F1 and 7C. RGB value is (220,241,124). Sum of RGB (Red+Green+Blue) = 220+241+124=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF17C is #230E83. Grayscale: #DDDDDD. Windows color (decimal): -2297476 or 8188380. OLE color: 8188380.
HSL color Cylindrical-coordinate representation of color #DCF17C: hue angle of 70.77º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF17C is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 124 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.05 |
| HSL | 70.77º | 0.81% | 0.72% | - |
| HSV(B) | 70.77º | 0.49% | 0.95% | - |
| XYZ | 64.61 | 79.58 | 31.02 | - |
| YUV | 221.38 | 73.04 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 124 | 0.09 | 0 | 0.49 | 0.05 | 70.77 | 0.81 | 0.72 |
| Hex | DC | F1 | 7C | 9 | 0 | 31 | 5 | 47 | 51 | 48 |
| Octal | 334 | 361 | 174 | 11 | 0 | 61 | 5 | 107 | 121 | 110 |
| Binary | 11011100 | 11110001 | 1111100 | 1001 | 0 | 110001 | 101 | 1000111 | 1010001 | 1001000 |
Color Harmonies of #DCF17C
Complementary color
Monochromatic Colors of #DCF17C
Black with #DCF17C
Text Example
Text Example
White with #DCF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF17C; }
p { color: rgb(220,241,124); }
H1.HeaderClassName
{
color: #DCF17C;
}
.AnyTagClassName
{
color: #DCF17C;
}
</style>
background-color css
<style>
a { background-color: #DCF17C; }
a { background-color: rgb(220,241,124); }
div.DivClassName
{
background-color: #DCF17C;
}
.BgClassName
{
background-color: #DCF17C;
}
</style>
border-color css
<style>
span { border-color: #DCF17C; }
span { border-color: rgb(220,241,124); }
td.TdClassName
{
border-color: #DCF17C;
}
.TagClassName
{
border-color: #DCF17C;
}
</style>