Shades of Mindaro #D2E063
Tints of Mindaro #D2E063
RGB
CMYK
RGB Variations
Color information
#D2E063 (or 0xD2E063) is known color: Mindaro. HEX triplet: D2, E0 and 63. RGB value is (210,224,99). Sum of RGB (Red+Green+Blue) = 210+224+99=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E063 is #2D1F9C. Grayscale: #CECECE. Windows color (decimal): -2957213 or 6545618. OLE color: 6545618.
HSL color Cylindrical-coordinate representation of color #D2E063: hue angle of 66.72º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2E063 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 99 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.12 |
| HSL | 66.72º | 0.67% | 0.63% | - |
| HSV(B) | 66.72º | 0.56% | 0.88% | - |
| XYZ | 55.49 | 67.91 | 21.99 | - |
| YUV | 205.56 | 67.86 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 99 | 0.06 | 0 | 0.56 | 0.12 | 66.72 | 0.67 | 0.63 |
| Hex | D2 | E0 | 63 | 6 | 0 | 38 | C | 43 | 43 | 3F |
| Octal | 322 | 340 | 143 | 6 | 0 | 70 | 14 | 103 | 103 | 77 |
| Binary | 11010010 | 11100000 | 1100011 | 110 | 0 | 111000 | 1100 | 1000011 | 1000011 | 111111 |
Color Harmonies of #D2E063
Complementary color
Monochromatic Colors of #D2E063
Black with #D2E063
Text Example
Text Example
White with #D2E063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E063; }
p { color: rgb(210,224,99); }
H1.HeaderClassName
{
color: #D2E063;
}
.AnyTagClassName
{
color: #D2E063;
}
</style>
background-color css
<style>
a { background-color: #D2E063; }
a { background-color: rgb(210,224,99); }
div.DivClassName
{
background-color: #D2E063;
}
.BgClassName
{
background-color: #D2E063;
}
</style>
border-color css
<style>
span { border-color: #D2E063; }
span { border-color: rgb(210,224,99); }
td.TdClassName
{
border-color: #D2E063;
}
.TagClassName
{
border-color: #D2E063;
}
</style>