Shades of Mindaro #D1E363
Tints of Mindaro #D1E363
RGB
CMYK
RGB Variations
Color information
#D1E363 (or 0xD1E363) is known color: Mindaro. HEX triplet: D1, E3 and 63. RGB value is (209,227,99). Sum of RGB (Red+Green+Blue) = 209+227+99=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E363 is #2E1C9C. Grayscale: #CFCFCF. Windows color (decimal): -3021981 or 6546385. OLE color: 6546385.
HSL color Cylindrical-coordinate representation of color #D1E363: hue angle of 68.44º 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 #D1E363 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 99 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.11 |
| HSL | 68.44º | 0.7% | 0.64% | - |
| HSV(B) | 68.44º | 0.56% | 0.89% | - |
| XYZ | 56.02 | 69.39 | 22.25 | - |
| YUV | 207.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 99 | 0.08 | 0 | 0.56 | 0.11 | 68.44 | 0.7 | 0.64 |
| Hex | D1 | E3 | 63 | 8 | 0 | 38 | B | 44 | 46 | 40 |
| Octal | 321 | 343 | 143 | 10 | 0 | 70 | 13 | 104 | 106 | 100 |
| Binary | 11010001 | 11100011 | 1100011 | 1000 | 0 | 111000 | 1011 | 1000100 | 1000110 | 1000000 |
Color Harmonies of #D1E363
Complementary color
Monochromatic Colors of #D1E363
Black with #D1E363
Text Example
Text Example
White with #D1E363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E363; }
p { color: rgb(209,227,99); }
H1.HeaderClassName
{
color: #D1E363;
}
.AnyTagClassName
{
color: #D1E363;
}
</style>
background-color css
<style>
a { background-color: #D1E363; }
a { background-color: rgb(209,227,99); }
div.DivClassName
{
background-color: #D1E363;
}
.BgClassName
{
background-color: #D1E363;
}
</style>
border-color css
<style>
span { border-color: #D1E363; }
span { border-color: rgb(209,227,99); }
td.TdClassName
{
border-color: #D1E363;
}
.TagClassName
{
border-color: #D1E363;
}
</style>