Shades of Mindaro #D1E65E
Tints of Mindaro #D1E65E
RGB
CMYK
RGB Variations
Color information
#D1E65E (or 0xD1E65E) is known color: Mindaro. HEX triplet: D1, E6 and 5E. RGB value is (209,230,94). Sum of RGB (Red+Green+Blue) = 209+230+94=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E65E is #2E19A1. Grayscale: #D0D0D0. Windows color (decimal): -3021218 or 6219473. OLE color: 6219473.
HSL color Cylindrical-coordinate representation of color #D1E65E: hue angle of 69.26º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1E65E is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 94 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.10 |
| HSL | 69.26º | 0.73% | 0.64% | - |
| HSV(B) | 69.26º | 0.59% | 0.9% | - |
| XYZ | 56.61 | 70.96 | 21.3 | - |
| YUV | 208.22 | 63.54 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 94 | 0.09 | 0 | 0.59 | 0.10 | 69.26 | 0.73 | 0.64 |
| Hex | D1 | E6 | 5E | 9 | 0 | 3B | A | 45 | 49 | 40 |
| Octal | 321 | 346 | 136 | 11 | 0 | 73 | 12 | 105 | 111 | 100 |
| Binary | 11010001 | 11100110 | 1011110 | 1001 | 0 | 111011 | 1010 | 1000101 | 1001001 | 1000000 |
Color Harmonies of #D1E65E
Complementary color
Monochromatic Colors of #D1E65E
Black with #D1E65E
Text Example
Text Example
White with #D1E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E65E; }
p { color: rgb(209,230,94); }
H1.HeaderClassName
{
color: #D1E65E;
}
.AnyTagClassName
{
color: #D1E65E;
}
</style>
background-color css
<style>
a { background-color: #D1E65E; }
a { background-color: rgb(209,230,94); }
div.DivClassName
{
background-color: #D1E65E;
}
.BgClassName
{
background-color: #D1E65E;
}
</style>
border-color css
<style>
span { border-color: #D1E65E; }
span { border-color: rgb(209,230,94); }
td.TdClassName
{
border-color: #D1E65E;
}
.TagClassName
{
border-color: #D1E65E;
}
</style>