Shades of Mindaro #D8EC73
Tints of Mindaro #D8EC73
RGB
CMYK
RGB Variations
Color information
#D8EC73 (or 0xD8EC73) is known color: Mindaro. HEX triplet: D8, EC and 73. RGB value is (216,236,115). Sum of RGB (Red+Green+Blue) = 216+236+115=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EC73 is #27138C. Grayscale: #D8D8D8. Windows color (decimal): -2560909 or 7597272. OLE color: 7597272.
HSL color Cylindrical-coordinate representation of color #D8EC73: hue angle of 69.92º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8EC73 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 115 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.07 |
| HSL | 69.92º | 0.76% | 0.69% | - |
| HSV(B) | 69.92º | 0.51% | 0.93% | - |
| XYZ | 61.41 | 75.83 | 27.62 | - |
| YUV | 216.23 | 70.87 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 115 | 0.08 | 0 | 0.51 | 0.07 | 69.92 | 0.76 | 0.69 |
| Hex | D8 | EC | 73 | 8 | 0 | 33 | 7 | 46 | 4C | 45 |
| Octal | 330 | 354 | 163 | 10 | 0 | 63 | 7 | 106 | 114 | 105 |
| Binary | 11011000 | 11101100 | 1110011 | 1000 | 0 | 110011 | 111 | 1000110 | 1001100 | 1000101 |
Color Harmonies of #D8EC73
Complementary color
Monochromatic Colors of #D8EC73
Black with #D8EC73
Text Example
Text Example
White with #D8EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC73; }
p { color: rgb(216,236,115); }
H1.HeaderClassName
{
color: #D8EC73;
}
.AnyTagClassName
{
color: #D8EC73;
}
</style>
background-color css
<style>
a { background-color: #D8EC73; }
a { background-color: rgb(216,236,115); }
div.DivClassName
{
background-color: #D8EC73;
}
.BgClassName
{
background-color: #D8EC73;
}
</style>
border-color css
<style>
span { border-color: #D8EC73; }
span { border-color: rgb(216,236,115); }
td.TdClassName
{
border-color: #D8EC73;
}
.TagClassName
{
border-color: #D8EC73;
}
</style>