Shades of Mindaro #D3EC54
Tints of Mindaro #D3EC54
RGB
CMYK
RGB Variations
Color information
#D3EC54 (or 0xD3EC54) is known color: Mindaro. HEX triplet: D3, EC and 54. RGB value is (211,236,84). Sum of RGB (Red+Green+Blue) = 211+236+84=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EC54 is #2C13AB. Grayscale: #D3D3D3. Windows color (decimal): -2888620 or 5565651. OLE color: 5565651.
HSL color Cylindrical-coordinate representation of color #D3EC54: hue angle of 69.87º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3EC54 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 84 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.07 |
| HSL | 69.87º | 0.8% | 0.63% | - |
| HSV(B) | 69.87º | 0.64% | 0.93% | - |
| XYZ | 58.46 | 74.48 | 19.68 | - |
| YUV | 211.2 | 56.22 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 84 | 0.11 | 0 | 0.64 | 0.07 | 69.87 | 0.8 | 0.63 |
| Hex | D3 | EC | 54 | B | 0 | 40 | 7 | 46 | 50 | 3F |
| Octal | 323 | 354 | 124 | 13 | 0 | 100 | 7 | 106 | 120 | 77 |
| Binary | 11010011 | 11101100 | 1010100 | 1011 | 0 | 1000000 | 111 | 1000110 | 1010000 | 111111 |
Color Harmonies of #D3EC54
Complementary color
Monochromatic Colors of #D3EC54
Black with #D3EC54
Text Example
Text Example
White with #D3EC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC54; }
p { color: rgb(211,236,84); }
H1.HeaderClassName
{
color: #D3EC54;
}
.AnyTagClassName
{
color: #D3EC54;
}
</style>
background-color css
<style>
a { background-color: #D3EC54; }
a { background-color: rgb(211,236,84); }
div.DivClassName
{
background-color: #D3EC54;
}
.BgClassName
{
background-color: #D3EC54;
}
</style>
border-color css
<style>
span { border-color: #D3EC54; }
span { border-color: rgb(211,236,84); }
td.TdClassName
{
border-color: #D3EC54;
}
.TagClassName
{
border-color: #D3EC54;
}
</style>