Shades of Mindaro #D1E16F
Tints of Mindaro #D1E16F
RGB
CMYK
RGB Variations
Color information
#D1E16F (or 0xD1E16F) is known color: Mindaro. HEX triplet: D1, E1 and 6F. RGB value is (209,225,111). Sum of RGB (Red+Green+Blue) = 209+225+111=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E16F is #2E1E90. Grayscale: #CFCFCF. Windows color (decimal): -3022481 or 7332305. OLE color: 7332305.
HSL color Cylindrical-coordinate representation of color #D1E16F: hue angle of 68.42º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1E16F is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 111 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.12 |
| HSL | 68.42º | 0.66% | 0.66% | - |
| HSV(B) | 68.42º | 0.51% | 0.88% | - |
| XYZ | 56.09 | 68.55 | 25.31 | - |
| YUV | 207.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 111 | 0.07 | 0 | 0.51 | 0.12 | 68.42 | 0.66 | 0.66 |
| Hex | D1 | E1 | 6F | 7 | 0 | 33 | C | 44 | 42 | 42 |
| Octal | 321 | 341 | 157 | 7 | 0 | 63 | 14 | 104 | 102 | 102 |
| Binary | 11010001 | 11100001 | 1101111 | 111 | 0 | 110011 | 1100 | 1000100 | 1000010 | 1000010 |
Color Harmonies of #D1E16F
Complementary color
Monochromatic Colors of #D1E16F
Black with #D1E16F
Text Example
Text Example
White with #D1E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E16F; }
p { color: rgb(209,225,111); }
H1.HeaderClassName
{
color: #D1E16F;
}
.AnyTagClassName
{
color: #D1E16F;
}
</style>
background-color css
<style>
a { background-color: #D1E16F; }
a { background-color: rgb(209,225,111); }
div.DivClassName
{
background-color: #D1E16F;
}
.BgClassName
{
background-color: #D1E16F;
}
</style>
border-color css
<style>
span { border-color: #D1E16F; }
span { border-color: rgb(209,225,111); }
td.TdClassName
{
border-color: #D1E16F;
}
.TagClassName
{
border-color: #D1E16F;
}
</style>