Shades of Mindaro #D5EC6A
Tints of Mindaro #D5EC6A
RGB
CMYK
RGB Variations
Color information
#D5EC6A (or 0xD5EC6A) is known color: Mindaro. HEX triplet: D5, EC and 6A. RGB value is (213,236,106). Sum of RGB (Red+Green+Blue) = 213+236+106=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC6A is #2A1395. Grayscale: #D6D6D6. Windows color (decimal): -2757526 or 7007445. OLE color: 7007445.
HSL color Cylindrical-coordinate representation of color #D5EC6A: hue angle of 70.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5EC6A is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 106 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.07 |
| HSL | 70.62º | 0.77% | 0.67% | - |
| HSV(B) | 70.62º | 0.55% | 0.93% | - |
| XYZ | 60.04 | 75.18 | 24.98 | - |
| YUV | 214.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 106 | 0.10 | 0 | 0.55 | 0.07 | 70.62 | 0.77 | 0.67 |
| Hex | D5 | EC | 6A | A | 0 | 37 | 7 | 47 | 4D | 43 |
| Octal | 325 | 354 | 152 | 12 | 0 | 67 | 7 | 107 | 115 | 103 |
| Binary | 11010101 | 11101100 | 1101010 | 1010 | 0 | 110111 | 111 | 1000111 | 1001101 | 1000011 |
Color Harmonies of #D5EC6A
Complementary color
Monochromatic Colors of #D5EC6A
Black with #D5EC6A
Text Example
Text Example
White with #D5EC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC6A; }
p { color: rgb(213,236,106); }
H1.HeaderClassName
{
color: #D5EC6A;
}
.AnyTagClassName
{
color: #D5EC6A;
}
</style>
background-color css
<style>
a { background-color: #D5EC6A; }
a { background-color: rgb(213,236,106); }
div.DivClassName
{
background-color: #D5EC6A;
}
.BgClassName
{
background-color: #D5EC6A;
}
</style>
border-color css
<style>
span { border-color: #D5EC6A; }
span { border-color: rgb(213,236,106); }
td.TdClassName
{
border-color: #D5EC6A;
}
.TagClassName
{
border-color: #D5EC6A;
}
</style>