Shades of Mindaro #D1E17C
Tints of Mindaro #D1E17C
RGB
CMYK
RGB Variations
Color information
#D1E17C (or 0xD1E17C) is known color: Mindaro. HEX triplet: D1, E1 and 7C. RGB value is (209,225,124). Sum of RGB (Red+Green+Blue) = 209+225+124=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E17C is #2E1E83. Grayscale: #D1D1D1. Windows color (decimal): -3022468 or 8184273. OLE color: 8184273.
HSL color Cylindrical-coordinate representation of color #D1E17C: hue angle of 69.5º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1E17C is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 124 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.12 |
| HSL | 69.5º | 0.63% | 0.68% | - |
| HSV(B) | 69.5º | 0.45% | 0.88% | - |
| XYZ | 56.86 | 68.86 | 29.36 | - |
| YUV | 208.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 124 | 0.07 | 0 | 0.45 | 0.12 | 69.5 | 0.63 | 0.68 |
| Hex | D1 | E1 | 7C | 7 | 0 | 2D | C | 46 | 3F | 44 |
| Octal | 321 | 341 | 174 | 7 | 0 | 55 | 14 | 106 | 77 | 104 |
| Binary | 11010001 | 11100001 | 1111100 | 111 | 0 | 101101 | 1100 | 1000110 | 111111 | 1000100 |
Color Harmonies of #D1E17C
Complementary color
Monochromatic Colors of #D1E17C
Black with #D1E17C
Text Example
Text Example
White with #D1E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E17C; }
p { color: rgb(209,225,124); }
H1.HeaderClassName
{
color: #D1E17C;
}
.AnyTagClassName
{
color: #D1E17C;
}
</style>
background-color css
<style>
a { background-color: #D1E17C; }
a { background-color: rgb(209,225,124); }
div.DivClassName
{
background-color: #D1E17C;
}
.BgClassName
{
background-color: #D1E17C;
}
</style>
border-color css
<style>
span { border-color: #D1E17C; }
span { border-color: rgb(209,225,124); }
td.TdClassName
{
border-color: #D1E17C;
}
.TagClassName
{
border-color: #D1E17C;
}
</style>