Shades of Mindaro #D1E672
Tints of Mindaro #D1E672
RGB
CMYK
RGB Variations
Color information
#D1E672 (or 0xD1E672) is known color: Mindaro. HEX triplet: D1, E6 and 72. RGB value is (209,230,114). Sum of RGB (Red+Green+Blue) = 209+230+114=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E672 is #2E198D. Grayscale: #D2D2D2. Windows color (decimal): -3021198 or 7530193. OLE color: 7530193.
HSL color Cylindrical-coordinate representation of color #D1E672: hue angle of 70.86º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1E672 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 114 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.10 |
| HSL | 70.86º | 0.7% | 0.67% | - |
| HSV(B) | 70.86º | 0.5% | 0.9% | - |
| XYZ | 57.63 | 71.36 | 26.66 | - |
| YUV | 210.5 | 73.54 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 114 | 0.09 | 0 | 0.50 | 0.10 | 70.86 | 0.7 | 0.67 |
| Hex | D1 | E6 | 72 | 9 | 0 | 32 | A | 47 | 46 | 43 |
| Octal | 321 | 346 | 162 | 11 | 0 | 62 | 12 | 107 | 106 | 103 |
| Binary | 11010001 | 11100110 | 1110010 | 1001 | 0 | 110010 | 1010 | 1000111 | 1000110 | 1000011 |
Color Harmonies of #D1E672
Complementary color
Monochromatic Colors of #D1E672
Black with #D1E672
Text Example
Text Example
White with #D1E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E672; }
p { color: rgb(209,230,114); }
H1.HeaderClassName
{
color: #D1E672;
}
.AnyTagClassName
{
color: #D1E672;
}
</style>
background-color css
<style>
a { background-color: #D1E672; }
a { background-color: rgb(209,230,114); }
div.DivClassName
{
background-color: #D1E672;
}
.BgClassName
{
background-color: #D1E672;
}
</style>
border-color css
<style>
span { border-color: #D1E672; }
span { border-color: rgb(209,230,114); }
td.TdClassName
{
border-color: #D1E672;
}
.TagClassName
{
border-color: #D1E672;
}
</style>