Shades of Mindaro #D2EC54
Tints of Mindaro #D2EC54
RGB
CMYK
RGB Variations
Color information
#D2EC54 (or 0xD2EC54) is known color: Mindaro. HEX triplet: D2, EC and 54. RGB value is (210,236,84). Sum of RGB (Red+Green+Blue) = 210+236+84=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EC54 is #2D13AB. Grayscale: #D3D3D3. Windows color (decimal): -2954156 or 5565650. OLE color: 5565650.
HSL color Cylindrical-coordinate representation of color #D2EC54: hue angle of 70.26º 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 #D2EC54 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 84 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.07 |
| HSL | 70.26º | 0.8% | 0.63% | - |
| HSV(B) | 70.26º | 0.64% | 0.93% | - |
| XYZ | 58.17 | 74.33 | 19.67 | - |
| YUV | 210.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 84 | 0.11 | 0 | 0.64 | 0.07 | 70.26 | 0.8 | 0.63 |
| Hex | D2 | EC | 54 | B | 0 | 40 | 7 | 46 | 50 | 3F |
| Octal | 322 | 354 | 124 | 13 | 0 | 100 | 7 | 106 | 120 | 77 |
| Binary | 11010010 | 11101100 | 1010100 | 1011 | 0 | 1000000 | 111 | 1000110 | 1010000 | 111111 |
Color Harmonies of #D2EC54
Complementary color
Monochromatic Colors of #D2EC54
Black with #D2EC54
Text Example
Text Example
White with #D2EC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC54; }
p { color: rgb(210,236,84); }
H1.HeaderClassName
{
color: #D2EC54;
}
.AnyTagClassName
{
color: #D2EC54;
}
</style>
background-color css
<style>
a { background-color: #D2EC54; }
a { background-color: rgb(210,236,84); }
div.DivClassName
{
background-color: #D2EC54;
}
.BgClassName
{
background-color: #D2EC54;
}
</style>
border-color css
<style>
span { border-color: #D2EC54; }
span { border-color: rgb(210,236,84); }
td.TdClassName
{
border-color: #D2EC54;
}
.TagClassName
{
border-color: #D2EC54;
}
</style>