Shades of Mindaro #D1E07E
Tints of Mindaro #D1E07E
RGB
CMYK
RGB Variations
Color information
#D1E07E (or 0xD1E07E) is known color: Mindaro. HEX triplet: D1, E0 and 7E. RGB value is (209,224,126). Sum of RGB (Red+Green+Blue) = 209+224+126=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E07E is #2E1F81. Grayscale: #D0D0D0. Windows color (decimal): -3022722 or 8315089. OLE color: 8315089.
HSL color Cylindrical-coordinate representation of color #D1E07E: hue angle of 69.18º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1E07E is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 126 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.12 |
| HSL | 69.18º | 0.61% | 0.69% | - |
| HSV(B) | 69.18º | 0.44% | 0.88% | - |
| XYZ | 56.72 | 68.37 | 29.95 | - |
| YUV | 208.34 | 81.53 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 126 | 0.07 | 0 | 0.44 | 0.12 | 69.18 | 0.61 | 0.69 |
| Hex | D1 | E0 | 7E | 7 | 0 | 2C | C | 45 | 3D | 45 |
| Octal | 321 | 340 | 176 | 7 | 0 | 54 | 14 | 105 | 75 | 105 |
| Binary | 11010001 | 11100000 | 1111110 | 111 | 0 | 101100 | 1100 | 1000101 | 111101 | 1000101 |
Color Harmonies of #D1E07E
Complementary color
Monochromatic Colors of #D1E07E
Black with #D1E07E
Text Example
Text Example
White with #D1E07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E07E; }
p { color: rgb(209,224,126); }
H1.HeaderClassName
{
color: #D1E07E;
}
.AnyTagClassName
{
color: #D1E07E;
}
</style>
background-color css
<style>
a { background-color: #D1E07E; }
a { background-color: rgb(209,224,126); }
div.DivClassName
{
background-color: #D1E07E;
}
.BgClassName
{
background-color: #D1E07E;
}
</style>
border-color css
<style>
span { border-color: #D1E07E; }
span { border-color: rgb(209,224,126); }
td.TdClassName
{
border-color: #D1E07E;
}
.TagClassName
{
border-color: #D1E07E;
}
</style>