Shades of Mindaro #D1E671
Tints of Mindaro #D1E671
RGB
CMYK
RGB Variations
Color information
#D1E671 (or 0xD1E671) is known color: Mindaro. HEX triplet: D1, E6 and 71. RGB value is (209,230,113). Sum of RGB (Red+Green+Blue) = 209+230+113=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E671 is #2E198E. Grayscale: #D2D2D2. Windows color (decimal): -3021199 or 7464657. OLE color: 7464657.
HSL color Cylindrical-coordinate representation of color #D1E671: hue angle of 70.77º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1E671 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 113 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.10 |
| HSL | 70.77º | 0.7% | 0.67% | - |
| HSV(B) | 70.77º | 0.51% | 0.9% | - |
| XYZ | 57.57 | 71.34 | 26.36 | - |
| YUV | 210.38 | 73.04 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 113 | 0.09 | 0 | 0.51 | 0.10 | 70.77 | 0.7 | 0.67 |
| Hex | D1 | E6 | 71 | 9 | 0 | 33 | A | 47 | 46 | 43 |
| Octal | 321 | 346 | 161 | 11 | 0 | 63 | 12 | 107 | 106 | 103 |
| Binary | 11010001 | 11100110 | 1110001 | 1001 | 0 | 110011 | 1010 | 1000111 | 1000110 | 1000011 |
Color Harmonies of #D1E671
Complementary color
Monochromatic Colors of #D1E671
Black with #D1E671
Text Example
Text Example
White with #D1E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E671; }
p { color: rgb(209,230,113); }
H1.HeaderClassName
{
color: #D1E671;
}
.AnyTagClassName
{
color: #D1E671;
}
</style>
background-color css
<style>
a { background-color: #D1E671; }
a { background-color: rgb(209,230,113); }
div.DivClassName
{
background-color: #D1E671;
}
.BgClassName
{
background-color: #D1E671;
}
</style>
border-color css
<style>
span { border-color: #D1E671; }
span { border-color: rgb(209,230,113); }
td.TdClassName
{
border-color: #D1E671;
}
.TagClassName
{
border-color: #D1E671;
}
</style>