Shades of Mindaro #D3EB79
Tints of Mindaro #D3EB79
RGB
CMYK
RGB Variations
Color information
#D3EB79 (or 0xD3EB79) is known color: Mindaro. HEX triplet: D3, EB and 79. RGB value is (211,235,121). Sum of RGB (Red+Green+Blue) = 211+235+121=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 121 (47.66% from 255 or 21.34% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EB79 is #2C1486. Grayscale: #D7D7D7. Windows color (decimal): -2888839 or 7990227. OLE color: 7990227.
HSL color Cylindrical-coordinate representation of color #D3EB79: hue angle of 72.63º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3EB79 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 121 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.08 |
| HSL | 72.63º | 0.74% | 0.7% | - |
| HSV(B) | 72.63º | 0.49% | 0.92% | - |
| XYZ | 60.02 | 74.65 | 29.33 | - |
| YUV | 214.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 121 | 0.10 | 0 | 0.49 | 0.08 | 72.63 | 0.74 | 0.7 |
| Hex | D3 | EB | 79 | A | 0 | 31 | 8 | 49 | 4A | 46 |
| Octal | 323 | 353 | 171 | 12 | 0 | 61 | 10 | 111 | 112 | 106 |
| Binary | 11010011 | 11101011 | 1111001 | 1010 | 0 | 110001 | 1000 | 1001001 | 1001010 | 1000110 |
Color Harmonies of #D3EB79
Complementary color
Monochromatic Colors of #D3EB79
Black with #D3EB79
Text Example
Text Example
White with #D3EB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB79; }
p { color: rgb(211,235,121); }
H1.HeaderClassName
{
color: #D3EB79;
}
.AnyTagClassName
{
color: #D3EB79;
}
</style>
background-color css
<style>
a { background-color: #D3EB79; }
a { background-color: rgb(211,235,121); }
div.DivClassName
{
background-color: #D3EB79;
}
.BgClassName
{
background-color: #D3EB79;
}
</style>
border-color css
<style>
span { border-color: #D3EB79; }
span { border-color: rgb(211,235,121); }
td.TdClassName
{
border-color: #D3EB79;
}
.TagClassName
{
border-color: #D3EB79;
}
</style>