Shades of Mindaro #D6E16F
Tints of Mindaro #D6E16F
RGB
CMYK
RGB Variations
Color information
#D6E16F (or 0xD6E16F) is known color: Mindaro. HEX triplet: D6, E1 and 6F. RGB value is (214,225,111). Sum of RGB (Red+Green+Blue) = 214+225+111=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E16F is #291E90. Grayscale: #D1D1D1. Windows color (decimal): -2694801 or 7332310. OLE color: 7332310.
HSL color Cylindrical-coordinate representation of color #D6E16F: hue angle of 65.79º 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 #D6E16F is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 111 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.12 |
| HSL | 65.79º | 0.66% | 0.66% | - |
| HSV(B) | 65.79º | 0.51% | 0.88% | - |
| XYZ | 57.53 | 69.29 | 25.38 | - |
| YUV | 208.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 111 | 0.05 | 0 | 0.51 | 0.12 | 65.79 | 0.66 | 0.66 |
| Hex | D6 | E1 | 6F | 5 | 0 | 33 | C | 42 | 42 | 42 |
| Octal | 326 | 341 | 157 | 5 | 0 | 63 | 14 | 102 | 102 | 102 |
| Binary | 11010110 | 11100001 | 1101111 | 101 | 0 | 110011 | 1100 | 1000010 | 1000010 | 1000010 |
Color Harmonies of #D6E16F
Complementary color
Monochromatic Colors of #D6E16F
Black with #D6E16F
Text Example
Text Example
White with #D6E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E16F; }
p { color: rgb(214,225,111); }
H1.HeaderClassName
{
color: #D6E16F;
}
.AnyTagClassName
{
color: #D6E16F;
}
</style>
background-color css
<style>
a { background-color: #D6E16F; }
a { background-color: rgb(214,225,111); }
div.DivClassName
{
background-color: #D6E16F;
}
.BgClassName
{
background-color: #D6E16F;
}
</style>
border-color css
<style>
span { border-color: #D6E16F; }
span { border-color: rgb(214,225,111); }
td.TdClassName
{
border-color: #D6E16F;
}
.TagClassName
{
border-color: #D6E16F;
}
</style>