Shades of Mindaro #D1EB73
Tints of Mindaro #D1EB73
RGB
CMYK
RGB Variations
Color information
#D1EB73 (or 0xD1EB73) is known color: Mindaro. HEX triplet: D1, EB and 73. RGB value is (209,235,115). Sum of RGB (Red+Green+Blue) = 209+235+115=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB73 is #2E148C. Grayscale: #D6D6D6. Windows color (decimal): -3019917 or 7597009. OLE color: 7597009.
HSL color Cylindrical-coordinate representation of color #D1EB73: hue angle of 73º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1EB73 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 115 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.08 |
| HSL | 73º | 0.75% | 0.69% | - |
| HSV(B) | 73º | 0.51% | 0.92% | - |
| XYZ | 59.1 | 74.21 | 27.43 | - |
| YUV | 213.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 115 | 0.11 | 0 | 0.51 | 0.08 | 73 | 0.75 | 0.69 |
| Hex | D1 | EB | 73 | B | 0 | 33 | 8 | 49 | 4B | 45 |
| Octal | 321 | 353 | 163 | 13 | 0 | 63 | 10 | 111 | 113 | 105 |
| Binary | 11010001 | 11101011 | 1110011 | 1011 | 0 | 110011 | 1000 | 1001001 | 1001011 | 1000101 |
Color Harmonies of #D1EB73
Complementary color
Monochromatic Colors of #D1EB73
Black with #D1EB73
Text Example
Text Example
White with #D1EB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB73; }
p { color: rgb(209,235,115); }
H1.HeaderClassName
{
color: #D1EB73;
}
.AnyTagClassName
{
color: #D1EB73;
}
</style>
background-color css
<style>
a { background-color: #D1EB73; }
a { background-color: rgb(209,235,115); }
div.DivClassName
{
background-color: #D1EB73;
}
.BgClassName
{
background-color: #D1EB73;
}
</style>
border-color css
<style>
span { border-color: #D1EB73; }
span { border-color: rgb(209,235,115); }
td.TdClassName
{
border-color: #D1EB73;
}
.TagClassName
{
border-color: #D1EB73;
}
</style>