Shades of Mindaro #D6E17B
Tints of Mindaro #D6E17B
RGB
CMYK
RGB Variations
Color information
#D6E17B (or 0xD6E17B) is known color: Mindaro. HEX triplet: D6, E1 and 7B. RGB value is (214,225,123). Sum of RGB (Red+Green+Blue) = 214+225+123=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E17B is #291E84. Grayscale: #D2D2D2. Windows color (decimal): -2694789 or 8118742. OLE color: 8118742.
HSL color Cylindrical-coordinate representation of color #D6E17B: hue angle of 66.47º 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 #D6E17B is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 123 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.12 |
| HSL | 66.47º | 0.63% | 0.68% | - |
| HSV(B) | 66.47º | 0.45% | 0.88% | - |
| XYZ | 58.23 | 69.58 | 29.1 | - |
| YUV | 210.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 123 | 0.05 | 0 | 0.45 | 0.12 | 66.47 | 0.63 | 0.68 |
| Hex | D6 | E1 | 7B | 5 | 0 | 2D | C | 42 | 3F | 44 |
| Octal | 326 | 341 | 173 | 5 | 0 | 55 | 14 | 102 | 77 | 104 |
| Binary | 11010110 | 11100001 | 1111011 | 101 | 0 | 101101 | 1100 | 1000010 | 111111 | 1000100 |
Color Harmonies of #D6E17B
Complementary color
Monochromatic Colors of #D6E17B
Black with #D6E17B
Text Example
Text Example
White with #D6E17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E17B; }
p { color: rgb(214,225,123); }
H1.HeaderClassName
{
color: #D6E17B;
}
.AnyTagClassName
{
color: #D6E17B;
}
</style>
background-color css
<style>
a { background-color: #D6E17B; }
a { background-color: rgb(214,225,123); }
div.DivClassName
{
background-color: #D6E17B;
}
.BgClassName
{
background-color: #D6E17B;
}
</style>
border-color css
<style>
span { border-color: #D6E17B; }
span { border-color: rgb(214,225,123); }
td.TdClassName
{
border-color: #D6E17B;
}
.TagClassName
{
border-color: #D6E17B;
}
</style>