Shades of Mindaro #D9EC73
Tints of Mindaro #D9EC73
RGB
CMYK
RGB Variations
Color information
#D9EC73 (or 0xD9EC73) is known color: Mindaro. HEX triplet: D9, EC and 73. RGB value is (217,236,115). Sum of RGB (Red+Green+Blue) = 217+236+115=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EC73 is #26138C. Grayscale: #D8D8D8. Windows color (decimal): -2495373 or 7597273. OLE color: 7597273.
HSL color Cylindrical-coordinate representation of color #D9EC73: hue angle of 69.42º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9EC73 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 115 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.07 |
| HSL | 69.42º | 0.76% | 0.69% | - |
| HSV(B) | 69.42º | 0.51% | 0.93% | - |
| XYZ | 61.71 | 75.98 | 27.63 | - |
| YUV | 216.53 | 70.71 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 115 | 0.08 | 0 | 0.51 | 0.07 | 69.42 | 0.76 | 0.69 |
| Hex | D9 | EC | 73 | 8 | 0 | 33 | 7 | 45 | 4C | 45 |
| Octal | 331 | 354 | 163 | 10 | 0 | 63 | 7 | 105 | 114 | 105 |
| Binary | 11011001 | 11101100 | 1110011 | 1000 | 0 | 110011 | 111 | 1000101 | 1001100 | 1000101 |
Color Harmonies of #D9EC73
Complementary color
Monochromatic Colors of #D9EC73
Black with #D9EC73
Text Example
Text Example
White with #D9EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EC73; }
p { color: rgb(217,236,115); }
H1.HeaderClassName
{
color: #D9EC73;
}
.AnyTagClassName
{
color: #D9EC73;
}
</style>
background-color css
<style>
a { background-color: #D9EC73; }
a { background-color: rgb(217,236,115); }
div.DivClassName
{
background-color: #D9EC73;
}
.BgClassName
{
background-color: #D9EC73;
}
</style>
border-color css
<style>
span { border-color: #D9EC73; }
span { border-color: rgb(217,236,115); }
td.TdClassName
{
border-color: #D9EC73;
}
.TagClassName
{
border-color: #D9EC73;
}
</style>