Shades of Mindaro #D6E363
Tints of Mindaro #D6E363
RGB
CMYK
RGB Variations
Color information
#D6E363 (or 0xD6E363) is known color: Mindaro. HEX triplet: D6, E3 and 63. RGB value is (214,227,99). Sum of RGB (Red+Green+Blue) = 214+227+99=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E363 is #291C9C. Grayscale: #D1D1D1. Windows color (decimal): -2694301 or 6546390. OLE color: 6546390.
HSL color Cylindrical-coordinate representation of color #D6E363: hue angle of 66.09º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6E363 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 227 | 99 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.11 |
| HSL | 66.09º | 0.7% | 0.64% | - |
| HSV(B) | 66.09º | 0.56% | 0.89% | - |
| XYZ | 57.45 | 70.14 | 22.31 | - |
| YUV | 208.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 227 | 99 | 0.06 | 0 | 0.56 | 0.11 | 66.09 | 0.7 | 0.64 |
| Hex | D6 | E3 | 63 | 6 | 0 | 38 | B | 42 | 46 | 40 |
| Octal | 326 | 343 | 143 | 6 | 0 | 70 | 13 | 102 | 106 | 100 |
| Binary | 11010110 | 11100011 | 1100011 | 110 | 0 | 111000 | 1011 | 1000010 | 1000110 | 1000000 |
Color Harmonies of #D6E363
Complementary color
Monochromatic Colors of #D6E363
Black with #D6E363
Text Example
Text Example
White with #D6E363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E363; }
p { color: rgb(214,227,99); }
H1.HeaderClassName
{
color: #D6E363;
}
.AnyTagClassName
{
color: #D6E363;
}
</style>
background-color css
<style>
a { background-color: #D6E363; }
a { background-color: rgb(214,227,99); }
div.DivClassName
{
background-color: #D6E363;
}
.BgClassName
{
background-color: #D6E363;
}
</style>
border-color css
<style>
span { border-color: #D6E363; }
span { border-color: rgb(214,227,99); }
td.TdClassName
{
border-color: #D6E363;
}
.TagClassName
{
border-color: #D6E363;
}
</style>