Shades of Mindaro #D1E259
Tints of Mindaro #D1E259
RGB
CMYK
RGB Variations
Color information
#D1E259 (or 0xD1E259) is known color: Mindaro. HEX triplet: D1, E2 and 59. RGB value is (209,226,89). Sum of RGB (Red+Green+Blue) = 209+226+89=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E259 is #2E1DA6. Grayscale: #CDCDCD. Windows color (decimal): -3022247 or 5890769. OLE color: 5890769.
HSL color Cylindrical-coordinate representation of color #D1E259: hue angle of 67.45º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1E259 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 89 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.11 |
| HSL | 67.45º | 0.7% | 0.62% | - |
| HSV(B) | 67.45º | 0.61% | 0.89% | - |
| XYZ | 55.29 | 68.67 | 19.79 | - |
| YUV | 205.3 | 62.37 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 89 | 0.08 | 0 | 0.61 | 0.11 | 67.45 | 0.7 | 0.62 |
| Hex | D1 | E2 | 59 | 8 | 0 | 3D | B | 43 | 46 | 3E |
| Octal | 321 | 342 | 131 | 10 | 0 | 75 | 13 | 103 | 106 | 76 |
| Binary | 11010001 | 11100010 | 1011001 | 1000 | 0 | 111101 | 1011 | 1000011 | 1000110 | 111110 |
Color Harmonies of #D1E259
Complementary color
Monochromatic Colors of #D1E259
Black with #D1E259
Text Example
Text Example
White with #D1E259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E259; }
p { color: rgb(209,226,89); }
H1.HeaderClassName
{
color: #D1E259;
}
.AnyTagClassName
{
color: #D1E259;
}
</style>
background-color css
<style>
a { background-color: #D1E259; }
a { background-color: rgb(209,226,89); }
div.DivClassName
{
background-color: #D1E259;
}
.BgClassName
{
background-color: #D1E259;
}
</style>
border-color css
<style>
span { border-color: #D1E259; }
span { border-color: rgb(209,226,89); }
td.TdClassName
{
border-color: #D1E259;
}
.TagClassName
{
border-color: #D1E259;
}
</style>