Shades of Mindaro #D9EC5B
Tints of Mindaro #D9EC5B
RGB
CMYK
RGB Variations
Color information
#D9EC5B (or 0xD9EC5B) is known color: Mindaro. HEX triplet: D9, EC and 5B. RGB value is (217,236,91). Sum of RGB (Red+Green+Blue) = 217+236+91=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EC5B is #2613A4. Grayscale: #D6D6D6. Windows color (decimal): -2495397 or 6024409. OLE color: 6024409.
HSL color Cylindrical-coordinate representation of color #D9EC5B: hue angle of 67.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9EC5B is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 91 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.07 |
| HSL | 67.86º | 0.79% | 0.64% | - |
| HSV(B) | 67.86º | 0.61% | 0.93% | - |
| XYZ | 60.5 | 75.5 | 21.28 | - |
| YUV | 213.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 91 | 0.08 | 0 | 0.61 | 0.07 | 67.86 | 0.79 | 0.64 |
| Hex | D9 | EC | 5B | 8 | 0 | 3D | 7 | 44 | 4F | 40 |
| Octal | 331 | 354 | 133 | 10 | 0 | 75 | 7 | 104 | 117 | 100 |
| Binary | 11011001 | 11101100 | 1011011 | 1000 | 0 | 111101 | 111 | 1000100 | 1001111 | 1000000 |
Color Harmonies of #D9EC5B
Complementary color
Monochromatic Colors of #D9EC5B
Black with #D9EC5B
Text Example
Text Example
White with #D9EC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EC5B; }
p { color: rgb(217,236,91); }
H1.HeaderClassName
{
color: #D9EC5B;
}
.AnyTagClassName
{
color: #D9EC5B;
}
</style>
background-color css
<style>
a { background-color: #D9EC5B; }
a { background-color: rgb(217,236,91); }
div.DivClassName
{
background-color: #D9EC5B;
}
.BgClassName
{
background-color: #D9EC5B;
}
</style>
border-color css
<style>
span { border-color: #D9EC5B; }
span { border-color: rgb(217,236,91); }
td.TdClassName
{
border-color: #D9EC5B;
}
.TagClassName
{
border-color: #D9EC5B;
}
</style>