Shades of Mindaro #D3EB6B
Tints of Mindaro #D3EB6B
RGB
CMYK
RGB Variations
Color information
#D3EB6B (or 0xD3EB6B) is known color: Mindaro. HEX triplet: D3, EB and 6B. RGB value is (211,235,107). Sum of RGB (Red+Green+Blue) = 211+235+107=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EB6B is #2C1494. Grayscale: #D5D5D5. Windows color (decimal): -2888853 or 7072723. OLE color: 7072723.
HSL color Cylindrical-coordinate representation of color #D3EB6B: hue angle of 71.25º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3EB6B is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 107 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.08 |
| HSL | 71.25º | 0.76% | 0.67% | - |
| HSV(B) | 71.25º | 0.54% | 0.92% | - |
| XYZ | 59.23 | 74.33 | 25.13 | - |
| YUV | 213.23 | 68.05 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 107 | 0.10 | 0 | 0.54 | 0.08 | 71.25 | 0.76 | 0.67 |
| Hex | D3 | EB | 6B | A | 0 | 36 | 8 | 47 | 4C | 43 |
| Octal | 323 | 353 | 153 | 12 | 0 | 66 | 10 | 107 | 114 | 103 |
| Binary | 11010011 | 11101011 | 1101011 | 1010 | 0 | 110110 | 1000 | 1000111 | 1001100 | 1000011 |
Color Harmonies of #D3EB6B
Complementary color
Monochromatic Colors of #D3EB6B
Black with #D3EB6B
Text Example
Text Example
White with #D3EB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB6B; }
p { color: rgb(211,235,107); }
H1.HeaderClassName
{
color: #D3EB6B;
}
.AnyTagClassName
{
color: #D3EB6B;
}
</style>
background-color css
<style>
a { background-color: #D3EB6B; }
a { background-color: rgb(211,235,107); }
div.DivClassName
{
background-color: #D3EB6B;
}
.BgClassName
{
background-color: #D3EB6B;
}
</style>
border-color css
<style>
span { border-color: #D3EB6B; }
span { border-color: rgb(211,235,107); }
td.TdClassName
{
border-color: #D3EB6B;
}
.TagClassName
{
border-color: #D3EB6B;
}
</style>