Shades of Mindaro #D1E972
Tints of Mindaro #D1E972
RGB
CMYK
RGB Variations
Color information
#D1E972 (or 0xD1E972) is known color: Mindaro. HEX triplet: D1, E9 and 72. RGB value is (209,233,114). Sum of RGB (Red+Green+Blue) = 209+233+114=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E972 is #2E168D. Grayscale: #D4D4D4. Windows color (decimal): -3020430 or 7530961. OLE color: 7530961.
HSL color Cylindrical-coordinate representation of color #D1E972: hue angle of 72.1º degrees, saturation: 0.73, 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 #D1E972 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 114 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.09 |
| HSL | 72.1º | 0.73% | 0.68% | - |
| HSV(B) | 72.1º | 0.51% | 0.91% | - |
| XYZ | 58.47 | 73.05 | 26.94 | - |
| YUV | 212.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 114 | 0.10 | 0 | 0.51 | 0.09 | 72.1 | 0.73 | 0.68 |
| Hex | D1 | E9 | 72 | A | 0 | 33 | 9 | 48 | 49 | 44 |
| Octal | 321 | 351 | 162 | 12 | 0 | 63 | 11 | 110 | 111 | 104 |
| Binary | 11010001 | 11101001 | 1110010 | 1010 | 0 | 110011 | 1001 | 1001000 | 1001001 | 1000100 |
Color Harmonies of #D1E972
Complementary color
Monochromatic Colors of #D1E972
Black with #D1E972
Text Example
Text Example
White with #D1E972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E972; }
p { color: rgb(209,233,114); }
H1.HeaderClassName
{
color: #D1E972;
}
.AnyTagClassName
{
color: #D1E972;
}
</style>
background-color css
<style>
a { background-color: #D1E972; }
a { background-color: rgb(209,233,114); }
div.DivClassName
{
background-color: #D1E972;
}
.BgClassName
{
background-color: #D1E972;
}
</style>
border-color css
<style>
span { border-color: #D1E972; }
span { border-color: rgb(209,233,114); }
td.TdClassName
{
border-color: #D1E972;
}
.TagClassName
{
border-color: #D1E972;
}
</style>