Shades of Mindaro #D6EC58
Tints of Mindaro #D6EC58
RGB
CMYK
RGB Variations
Color information
#D6EC58 (or 0xD6EC58) is known color: Mindaro. HEX triplet: D6, EC and 58. RGB value is (214,236,88). Sum of RGB (Red+Green+Blue) = 214+236+88=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EC58 is #2913A7. Grayscale: #D5D5D5. Windows color (decimal): -2692008 or 5827798. OLE color: 5827798.
HSL color Cylindrical-coordinate representation of color #D6EC58: hue angle of 68.92º 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 #D6EC58 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 88 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.07 |
| HSL | 68.92º | 0.8% | 0.64% | - |
| HSV(B) | 68.92º | 0.63% | 0.93% | - |
| XYZ | 59.49 | 74.99 | 20.57 | - |
| YUV | 212.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 88 | 0.09 | 0 | 0.63 | 0.07 | 68.92 | 0.8 | 0.64 |
| Hex | D6 | EC | 58 | 9 | 0 | 3F | 7 | 45 | 50 | 40 |
| Octal | 326 | 354 | 130 | 11 | 0 | 77 | 7 | 105 | 120 | 100 |
| Binary | 11010110 | 11101100 | 1011000 | 1001 | 0 | 111111 | 111 | 1000101 | 1010000 | 1000000 |
Color Harmonies of #D6EC58
Complementary color
Monochromatic Colors of #D6EC58
Black with #D6EC58
Text Example
Text Example
White with #D6EC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EC58; }
p { color: rgb(214,236,88); }
H1.HeaderClassName
{
color: #D6EC58;
}
.AnyTagClassName
{
color: #D6EC58;
}
</style>
background-color css
<style>
a { background-color: #D6EC58; }
a { background-color: rgb(214,236,88); }
div.DivClassName
{
background-color: #D6EC58;
}
.BgClassName
{
background-color: #D6EC58;
}
</style>
border-color css
<style>
span { border-color: #D6EC58; }
span { border-color: rgb(214,236,88); }
td.TdClassName
{
border-color: #D6EC58;
}
.TagClassName
{
border-color: #D6EC58;
}
</style>