Shades of Mindaro #D3EC53
Tints of Mindaro #D3EC53
RGB
CMYK
RGB Variations
Color information
#D3EC53 (or 0xD3EC53) is known color: Mindaro. HEX triplet: D3, EC and 53. RGB value is (211,236,83). Sum of RGB (Red+Green+Blue) = 211+236+83=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EC53 is #2C13AC. Grayscale: #D3D3D3. Windows color (decimal): -2888621 or 5500115. OLE color: 5500115.
HSL color Cylindrical-coordinate representation of color #D3EC53: hue angle of 69.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D3EC53 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 83 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.07 |
| HSL | 69.8º | 0.8% | 0.63% | - |
| HSV(B) | 69.8º | 0.65% | 0.93% | - |
| XYZ | 58.42 | 74.46 | 19.48 | - |
| YUV | 211.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 83 | 0.11 | 0 | 0.65 | 0.07 | 69.8 | 0.8 | 0.63 |
| Hex | D3 | EC | 53 | B | 0 | 41 | 7 | 46 | 50 | 3F |
| Octal | 323 | 354 | 123 | 13 | 0 | 101 | 7 | 106 | 120 | 77 |
| Binary | 11010011 | 11101100 | 1010011 | 1011 | 0 | 1000001 | 111 | 1000110 | 1010000 | 111111 |
Color Harmonies of #D3EC53
Complementary color
Monochromatic Colors of #D3EC53
Black with #D3EC53
Text Example
Text Example
White with #D3EC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC53; }
p { color: rgb(211,236,83); }
H1.HeaderClassName
{
color: #D3EC53;
}
.AnyTagClassName
{
color: #D3EC53;
}
</style>
background-color css
<style>
a { background-color: #D3EC53; }
a { background-color: rgb(211,236,83); }
div.DivClassName
{
background-color: #D3EC53;
}
.BgClassName
{
background-color: #D3EC53;
}
</style>
border-color css
<style>
span { border-color: #D3EC53; }
span { border-color: rgb(211,236,83); }
td.TdClassName
{
border-color: #D3EC53;
}
.TagClassName
{
border-color: #D3EC53;
}
</style>