Shades of Mindaro #D5EC58
Tints of Mindaro #D5EC58
RGB
CMYK
RGB Variations
Color information
#D5EC58 (or 0xD5EC58) is known color: Mindaro. HEX triplet: D5, EC and 58. RGB value is (213,236,88). Sum of RGB (Red+Green+Blue) = 213+236+88=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC58 is #2A13A7. Grayscale: #D4D4D4. Windows color (decimal): -2757544 or 5827797. OLE color: 5827797.
HSL color Cylindrical-coordinate representation of color #D5EC58: hue angle of 69.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5EC58 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 88 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.07 |
| HSL | 69.32º | 0.8% | 0.64% | - |
| HSV(B) | 69.32º | 0.63% | 0.93% | - |
| XYZ | 59.2 | 74.84 | 20.56 | - |
| YUV | 212.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 88 | 0.10 | 0 | 0.63 | 0.07 | 69.32 | 0.8 | 0.64 |
| Hex | D5 | EC | 58 | A | 0 | 3F | 7 | 45 | 50 | 40 |
| Octal | 325 | 354 | 130 | 12 | 0 | 77 | 7 | 105 | 120 | 100 |
| Binary | 11010101 | 11101100 | 1011000 | 1010 | 0 | 111111 | 111 | 1000101 | 1010000 | 1000000 |
Color Harmonies of #D5EC58
Complementary color
Monochromatic Colors of #D5EC58
Black with #D5EC58
Text Example
Text Example
White with #D5EC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC58; }
p { color: rgb(213,236,88); }
H1.HeaderClassName
{
color: #D5EC58;
}
.AnyTagClassName
{
color: #D5EC58;
}
</style>
background-color css
<style>
a { background-color: #D5EC58; }
a { background-color: rgb(213,236,88); }
div.DivClassName
{
background-color: #D5EC58;
}
.BgClassName
{
background-color: #D5EC58;
}
</style>
border-color css
<style>
span { border-color: #D5EC58; }
span { border-color: rgb(213,236,88); }
td.TdClassName
{
border-color: #D5EC58;
}
.TagClassName
{
border-color: #D5EC58;
}
</style>