Shades of Mindaro #D3E56B
Tints of Mindaro #D3E56B
RGB
CMYK
RGB Variations
Color information
#D3E56B (or 0xD3E56B) is known color: Mindaro. HEX triplet: D3, E5 and 6B. RGB value is (211,229,107). Sum of RGB (Red+Green+Blue) = 211+229+107=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E56B is #2C1A94. Grayscale: #D2D2D2. Windows color (decimal): -2890389 or 7071187. OLE color: 7071187.
HSL color Cylindrical-coordinate representation of color #D3E56B: hue angle of 68.85º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3E56B is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 107 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.10 |
| HSL | 68.85º | 0.7% | 0.66% | - |
| HSV(B) | 68.85º | 0.53% | 0.9% | - |
| XYZ | 57.54 | 70.95 | 24.57 | - |
| YUV | 209.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 107 | 0.08 | 0 | 0.53 | 0.10 | 68.85 | 0.7 | 0.66 |
| Hex | D3 | E5 | 6B | 8 | 0 | 35 | A | 45 | 46 | 42 |
| Octal | 323 | 345 | 153 | 10 | 0 | 65 | 12 | 105 | 106 | 102 |
| Binary | 11010011 | 11100101 | 1101011 | 1000 | 0 | 110101 | 1010 | 1000101 | 1000110 | 1000010 |
Color Harmonies of #D3E56B
Complementary color
Monochromatic Colors of #D3E56B
Black with #D3E56B
Text Example
Text Example
White with #D3E56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E56B; }
p { color: rgb(211,229,107); }
H1.HeaderClassName
{
color: #D3E56B;
}
.AnyTagClassName
{
color: #D3E56B;
}
</style>
background-color css
<style>
a { background-color: #D3E56B; }
a { background-color: rgb(211,229,107); }
div.DivClassName
{
background-color: #D3E56B;
}
.BgClassName
{
background-color: #D3E56B;
}
</style>
border-color css
<style>
span { border-color: #D3E56B; }
span { border-color: rgb(211,229,107); }
td.TdClassName
{
border-color: #D3E56B;
}
.TagClassName
{
border-color: #D3E56B;
}
</style>