Shades of Mindaro #D1E957
Tints of Mindaro #D1E957
RGB
CMYK
RGB Variations
Color information
#D1E957 (or 0xD1E957) is known color: Mindaro. HEX triplet: D1, E9 and 57. RGB value is (209,233,87). Sum of RGB (Red+Green+Blue) = 209+233+87=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E957 is #2E16A8. Grayscale: #D1D1D1. Windows color (decimal): -3020457 or 5761489. OLE color: 5761489.
HSL color Cylindrical-coordinate representation of color #D1E957: hue angle of 69.86º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1E957 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 87 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.09 |
| HSL | 69.86º | 0.77% | 0.63% | - |
| HSV(B) | 69.86º | 0.63% | 0.91% | - |
| XYZ | 57.15 | 72.52 | 20 | - |
| YUV | 209.18 | 59.05 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 87 | 0.10 | 0 | 0.63 | 0.09 | 69.86 | 0.77 | 0.63 |
| Hex | D1 | E9 | 57 | A | 0 | 3F | 9 | 46 | 4D | 3F |
| Octal | 321 | 351 | 127 | 12 | 0 | 77 | 11 | 106 | 115 | 77 |
| Binary | 11010001 | 11101001 | 1010111 | 1010 | 0 | 111111 | 1001 | 1000110 | 1001101 | 111111 |
Color Harmonies of #D1E957
Complementary color
Monochromatic Colors of #D1E957
Black with #D1E957
Text Example
Text Example
White with #D1E957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E957; }
p { color: rgb(209,233,87); }
H1.HeaderClassName
{
color: #D1E957;
}
.AnyTagClassName
{
color: #D1E957;
}
</style>
background-color css
<style>
a { background-color: #D1E957; }
a { background-color: rgb(209,233,87); }
div.DivClassName
{
background-color: #D1E957;
}
.BgClassName
{
background-color: #D1E957;
}
</style>
border-color css
<style>
span { border-color: #D1E957; }
span { border-color: rgb(209,233,87); }
td.TdClassName
{
border-color: #D1E957;
}
.TagClassName
{
border-color: #D1E957;
}
</style>