Shades of Mindaro #D9EC5F
Tints of Mindaro #D9EC5F
RGB
CMYK
RGB Variations
Color information
#D9EC5F (or 0xD9EC5F) is known color: Mindaro. HEX triplet: D9, EC and 5F. RGB value is (217,236,95). Sum of RGB (Red+Green+Blue) = 217+236+95=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EC5F is #2613A0. Grayscale: #D6D6D6. Windows color (decimal): -2495393 or 6286553. OLE color: 6286553.
HSL color Cylindrical-coordinate representation of color #D9EC5F: hue angle of 68.09º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9EC5F is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 95 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.07 |
| HSL | 68.09º | 0.79% | 0.65% | - |
| HSV(B) | 68.09º | 0.6% | 0.93% | - |
| XYZ | 60.68 | 75.57 | 22.21 | - |
| YUV | 214.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 95 | 0.08 | 0 | 0.60 | 0.07 | 68.09 | 0.79 | 0.65 |
| Hex | D9 | EC | 5F | 8 | 0 | 3C | 7 | 44 | 4F | 41 |
| Octal | 331 | 354 | 137 | 10 | 0 | 74 | 7 | 104 | 117 | 101 |
| Binary | 11011001 | 11101100 | 1011111 | 1000 | 0 | 111100 | 111 | 1000100 | 1001111 | 1000001 |
Color Harmonies of #D9EC5F
Complementary color
Monochromatic Colors of #D9EC5F
Black with #D9EC5F
Text Example
Text Example
White with #D9EC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EC5F; }
p { color: rgb(217,236,95); }
H1.HeaderClassName
{
color: #D9EC5F;
}
.AnyTagClassName
{
color: #D9EC5F;
}
</style>
background-color css
<style>
a { background-color: #D9EC5F; }
a { background-color: rgb(217,236,95); }
div.DivClassName
{
background-color: #D9EC5F;
}
.BgClassName
{
background-color: #D9EC5F;
}
</style>
border-color css
<style>
span { border-color: #D9EC5F; }
span { border-color: rgb(217,236,95); }
td.TdClassName
{
border-color: #D9EC5F;
}
.TagClassName
{
border-color: #D9EC5F;
}
</style>