Shades of Mindaro #D1E47A
Tints of Mindaro #D1E47A
RGB
CMYK
RGB Variations
Color information
#D1E47A (or 0xD1E47A) is known color: Mindaro. HEX triplet: D1, E4 and 7A. RGB value is (209,228,122). Sum of RGB (Red+Green+Blue) = 209+228+122=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E47A is #2E1B85. Grayscale: #D2D2D2. Windows color (decimal): -3021702 or 8053969. OLE color: 8053969.
HSL color Cylindrical-coordinate representation of color #D1E47A: hue angle of 70.75º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1E47A is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 122 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.11 |
| HSL | 70.75º | 0.66% | 0.69% | - |
| HSV(B) | 70.75º | 0.46% | 0.89% | - |
| XYZ | 57.55 | 70.45 | 28.98 | - |
| YUV | 210.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 122 | 0.08 | 0 | 0.46 | 0.11 | 70.75 | 0.66 | 0.69 |
| Hex | D1 | E4 | 7A | 8 | 0 | 2E | B | 47 | 42 | 45 |
| Octal | 321 | 344 | 172 | 10 | 0 | 56 | 13 | 107 | 102 | 105 |
| Binary | 11010001 | 11100100 | 1111010 | 1000 | 0 | 101110 | 1011 | 1000111 | 1000010 | 1000101 |
Color Harmonies of #D1E47A
Complementary color
Monochromatic Colors of #D1E47A
Black with #D1E47A
Text Example
Text Example
White with #D1E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E47A; }
p { color: rgb(209,228,122); }
H1.HeaderClassName
{
color: #D1E47A;
}
.AnyTagClassName
{
color: #D1E47A;
}
</style>
background-color css
<style>
a { background-color: #D1E47A; }
a { background-color: rgb(209,228,122); }
div.DivClassName
{
background-color: #D1E47A;
}
.BgClassName
{
background-color: #D1E47A;
}
</style>
border-color css
<style>
span { border-color: #D1E47A; }
span { border-color: rgb(209,228,122); }
td.TdClassName
{
border-color: #D1E47A;
}
.TagClassName
{
border-color: #D1E47A;
}
</style>