Shades of Mindaro #D5EC5A
Tints of Mindaro #D5EC5A
RGB
CMYK
RGB Variations
Color information
#D5EC5A (or 0xD5EC5A) is known color: Mindaro. HEX triplet: D5, EC and 5A. RGB value is (213,236,90). Sum of RGB (Red+Green+Blue) = 213+236+90=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC5A is #2A13A5. Grayscale: #D5D5D5. Windows color (decimal): -2757542 or 5958869. OLE color: 5958869.
HSL color Cylindrical-coordinate representation of color #D5EC5A: hue angle of 69.45º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5EC5A is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 90 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.07 |
| HSL | 69.45º | 0.79% | 0.64% | - |
| HSV(B) | 69.45º | 0.62% | 0.93% | - |
| XYZ | 59.28 | 74.88 | 21 | - |
| YUV | 212.48 | 58.88 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 90 | 0.10 | 0 | 0.62 | 0.07 | 69.45 | 0.79 | 0.64 |
| Hex | D5 | EC | 5A | A | 0 | 3E | 7 | 45 | 4F | 40 |
| Octal | 325 | 354 | 132 | 12 | 0 | 76 | 7 | 105 | 117 | 100 |
| Binary | 11010101 | 11101100 | 1011010 | 1010 | 0 | 111110 | 111 | 1000101 | 1001111 | 1000000 |
Color Harmonies of #D5EC5A
Complementary color
Monochromatic Colors of #D5EC5A
Black with #D5EC5A
Text Example
Text Example
White with #D5EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC5A; }
p { color: rgb(213,236,90); }
H1.HeaderClassName
{
color: #D5EC5A;
}
.AnyTagClassName
{
color: #D5EC5A;
}
</style>
background-color css
<style>
a { background-color: #D5EC5A; }
a { background-color: rgb(213,236,90); }
div.DivClassName
{
background-color: #D5EC5A;
}
.BgClassName
{
background-color: #D5EC5A;
}
</style>
border-color css
<style>
span { border-color: #D5EC5A; }
span { border-color: rgb(213,236,90); }
td.TdClassName
{
border-color: #D5EC5A;
}
.TagClassName
{
border-color: #D5EC5A;
}
</style>