Shades of Mindaro #D1E772
Tints of Mindaro #D1E772
RGB
CMYK
RGB Variations
Color information
#D1E772 (or 0xD1E772) is known color: Mindaro. HEX triplet: D1, E7 and 72. RGB value is (209,231,114). Sum of RGB (Red+Green+Blue) = 209+231+114=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E772 is #2E188D. Grayscale: #D3D3D3. Windows color (decimal): -3020942 or 7530449. OLE color: 7530449.
HSL color Cylindrical-coordinate representation of color #D1E772: hue angle of 71.28º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1E772 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 114 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.09 |
| HSL | 71.28º | 0.71% | 0.68% | - |
| HSV(B) | 71.28º | 0.51% | 0.91% | - |
| XYZ | 57.91 | 71.92 | 26.75 | - |
| YUV | 211.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 114 | 0.10 | 0 | 0.51 | 0.09 | 71.28 | 0.71 | 0.68 |
| Hex | D1 | E7 | 72 | A | 0 | 33 | 9 | 47 | 47 | 44 |
| Octal | 321 | 347 | 162 | 12 | 0 | 63 | 11 | 107 | 107 | 104 |
| Binary | 11010001 | 11100111 | 1110010 | 1010 | 0 | 110011 | 1001 | 1000111 | 1000111 | 1000100 |
Color Harmonies of #D1E772
Complementary color
Monochromatic Colors of #D1E772
Black with #D1E772
Text Example
Text Example
White with #D1E772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E772; }
p { color: rgb(209,231,114); }
H1.HeaderClassName
{
color: #D1E772;
}
.AnyTagClassName
{
color: #D1E772;
}
</style>
background-color css
<style>
a { background-color: #D1E772; }
a { background-color: rgb(209,231,114); }
div.DivClassName
{
background-color: #D1E772;
}
.BgClassName
{
background-color: #D1E772;
}
</style>
border-color css
<style>
span { border-color: #D1E772; }
span { border-color: rgb(209,231,114); }
td.TdClassName
{
border-color: #D1E772;
}
.TagClassName
{
border-color: #D1E772;
}
</style>