Shades of Mindaro #D1E66A
Tints of Mindaro #D1E66A
RGB
CMYK
RGB Variations
Color information
#D1E66A (or 0xD1E66A) is known color: Mindaro. HEX triplet: D1, E6 and 6A. RGB value is (209,230,106). Sum of RGB (Red+Green+Blue) = 209+230+106=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E66A is #2E1995. Grayscale: #D2D2D2. Windows color (decimal): -3021206 or 7005905. OLE color: 7005905.
HSL color Cylindrical-coordinate representation of color #D1E66A: hue angle of 70.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1E66A is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 106 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.10 |
| HSL | 70.16º | 0.71% | 0.66% | - |
| HSV(B) | 70.16º | 0.54% | 0.9% | - |
| XYZ | 57.19 | 71.19 | 24.36 | - |
| YUV | 209.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 106 | 0.09 | 0 | 0.54 | 0.10 | 70.16 | 0.71 | 0.66 |
| Hex | D1 | E6 | 6A | 9 | 0 | 36 | A | 46 | 47 | 42 |
| Octal | 321 | 346 | 152 | 11 | 0 | 66 | 12 | 106 | 107 | 102 |
| Binary | 11010001 | 11100110 | 1101010 | 1001 | 0 | 110110 | 1010 | 1000110 | 1000111 | 1000010 |
Color Harmonies of #D1E66A
Complementary color
Monochromatic Colors of #D1E66A
Black with #D1E66A
Text Example
Text Example
White with #D1E66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E66A; }
p { color: rgb(209,230,106); }
H1.HeaderClassName
{
color: #D1E66A;
}
.AnyTagClassName
{
color: #D1E66A;
}
</style>
background-color css
<style>
a { background-color: #D1E66A; }
a { background-color: rgb(209,230,106); }
div.DivClassName
{
background-color: #D1E66A;
}
.BgClassName
{
background-color: #D1E66A;
}
</style>
border-color css
<style>
span { border-color: #D1E66A; }
span { border-color: rgb(209,230,106); }
td.TdClassName
{
border-color: #D1E66A;
}
.TagClassName
{
border-color: #D1E66A;
}
</style>