Shades of Mindaro #D1EB66
Tints of Mindaro #D1EB66
RGB
CMYK
RGB Variations
Color information
#D1EB66 (or 0xD1EB66) is known color: Mindaro. HEX triplet: D1, EB and 66. RGB value is (209,235,102). Sum of RGB (Red+Green+Blue) = 209+235+102=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB66 is #2E1499. Grayscale: #D4D4D4. Windows color (decimal): -3019930 or 6745041. OLE color: 6745041.
HSL color Cylindrical-coordinate representation of color #D1EB66: hue angle of 71.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1EB66 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 102 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.08 |
| HSL | 71.73º | 0.77% | 0.66% | - |
| HSV(B) | 71.73º | 0.57% | 0.92% | - |
| XYZ | 58.4 | 73.93 | 23.76 | - |
| YUV | 212.06 | 65.89 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 102 | 0.11 | 0 | 0.57 | 0.08 | 71.73 | 0.77 | 0.66 |
| Hex | D1 | EB | 66 | B | 0 | 39 | 8 | 48 | 4D | 42 |
| Octal | 321 | 353 | 146 | 13 | 0 | 71 | 10 | 110 | 115 | 102 |
| Binary | 11010001 | 11101011 | 1100110 | 1011 | 0 | 111001 | 1000 | 1001000 | 1001101 | 1000010 |
Color Harmonies of #D1EB66
Complementary color
Monochromatic Colors of #D1EB66
Black with #D1EB66
Text Example
Text Example
White with #D1EB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB66; }
p { color: rgb(209,235,102); }
H1.HeaderClassName
{
color: #D1EB66;
}
.AnyTagClassName
{
color: #D1EB66;
}
</style>
background-color css
<style>
a { background-color: #D1EB66; }
a { background-color: rgb(209,235,102); }
div.DivClassName
{
background-color: #D1EB66;
}
.BgClassName
{
background-color: #D1EB66;
}
</style>
border-color css
<style>
span { border-color: #D1EB66; }
span { border-color: rgb(209,235,102); }
td.TdClassName
{
border-color: #D1EB66;
}
.TagClassName
{
border-color: #D1EB66;
}
</style>