Shades of Mindaro #D1E55E
Tints of Mindaro #D1E55E
RGB
CMYK
RGB Variations
Color information
#D1E55E (or 0xD1E55E) is known color: Mindaro. HEX triplet: D1, E5 and 5E. RGB value is (209,229,94). Sum of RGB (Red+Green+Blue) = 209+229+94=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E55E is #2E1AA1. Grayscale: #D0D0D0. Windows color (decimal): -3021474 or 6219217. OLE color: 6219217.
HSL color Cylindrical-coordinate representation of color #D1E55E: hue angle of 68.89º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1E55E is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 94 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.10 |
| HSL | 68.89º | 0.72% | 0.63% | - |
| HSV(B) | 68.89º | 0.59% | 0.9% | - |
| XYZ | 56.33 | 70.4 | 21.21 | - |
| YUV | 207.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 94 | 0.09 | 0 | 0.59 | 0.10 | 68.89 | 0.72 | 0.63 |
| Hex | D1 | E5 | 5E | 9 | 0 | 3B | A | 45 | 48 | 3F |
| Octal | 321 | 345 | 136 | 11 | 0 | 73 | 12 | 105 | 110 | 77 |
| Binary | 11010001 | 11100101 | 1011110 | 1001 | 0 | 111011 | 1010 | 1000101 | 1001000 | 111111 |
Color Harmonies of #D1E55E
Complementary color
Monochromatic Colors of #D1E55E
Black with #D1E55E
Text Example
Text Example
White with #D1E55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E55E; }
p { color: rgb(209,229,94); }
H1.HeaderClassName
{
color: #D1E55E;
}
.AnyTagClassName
{
color: #D1E55E;
}
</style>
background-color css
<style>
a { background-color: #D1E55E; }
a { background-color: rgb(209,229,94); }
div.DivClassName
{
background-color: #D1E55E;
}
.BgClassName
{
background-color: #D1E55E;
}
</style>
border-color css
<style>
span { border-color: #D1E55E; }
span { border-color: rgb(209,229,94); }
td.TdClassName
{
border-color: #D1E55E;
}
.TagClassName
{
border-color: #D1E55E;
}
</style>