Shades of Mindaro #D1E169
Tints of Mindaro #D1E169
RGB
CMYK
RGB Variations
Color information
#D1E169 (or 0xD1E169) is known color: Mindaro. HEX triplet: D1, E1 and 69. RGB value is (209,225,105). Sum of RGB (Red+Green+Blue) = 209+225+105=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E169 is #2E1E96. Grayscale: #CFCFCF. Windows color (decimal): -3022487 or 6939089. OLE color: 6939089.
HSL color Cylindrical-coordinate representation of color #D1E169: hue angle of 68º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1E169 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 105 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.12 |
| HSL | 68º | 0.67% | 0.65% | - |
| HSV(B) | 68º | 0.53% | 0.88% | - |
| XYZ | 55.77 | 68.43 | 23.63 | - |
| YUV | 206.54 | 70.7 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 105 | 0.07 | 0 | 0.53 | 0.12 | 68 | 0.67 | 0.65 |
| Hex | D1 | E1 | 69 | 7 | 0 | 35 | C | 44 | 43 | 41 |
| Octal | 321 | 341 | 151 | 7 | 0 | 65 | 14 | 104 | 103 | 101 |
| Binary | 11010001 | 11100001 | 1101001 | 111 | 0 | 110101 | 1100 | 1000100 | 1000011 | 1000001 |
Color Harmonies of #D1E169
Complementary color
Monochromatic Colors of #D1E169
Black with #D1E169
Text Example
Text Example
White with #D1E169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E169; }
p { color: rgb(209,225,105); }
H1.HeaderClassName
{
color: #D1E169;
}
.AnyTagClassName
{
color: #D1E169;
}
</style>
background-color css
<style>
a { background-color: #D1E169; }
a { background-color: rgb(209,225,105); }
div.DivClassName
{
background-color: #D1E169;
}
.BgClassName
{
background-color: #D1E169;
}
</style>
border-color css
<style>
span { border-color: #D1E169; }
span { border-color: rgb(209,225,105); }
td.TdClassName
{
border-color: #D1E169;
}
.TagClassName
{
border-color: #D1E169;
}
</style>