Shades of Mindaro #D3EB7A
Tints of Mindaro #D3EB7A
RGB
CMYK
RGB Variations
Color information
#D3EB7A (or 0xD3EB7A) is known color: Mindaro. HEX triplet: D3, EB and 7A. RGB value is (211,235,122). Sum of RGB (Red+Green+Blue) = 211+235+122=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EB7A is #2C1485. Grayscale: #D7D7D7. Windows color (decimal): -2888838 or 8055763. OLE color: 8055763.
HSL color Cylindrical-coordinate representation of color #D3EB7A: hue angle of 72.74º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3EB7A is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 122 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.08 |
| HSL | 72.74º | 0.74% | 0.7% | - |
| HSV(B) | 72.74º | 0.48% | 0.92% | - |
| XYZ | 60.09 | 74.67 | 29.66 | - |
| YUV | 214.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 122 | 0.10 | 0 | 0.48 | 0.08 | 72.74 | 0.74 | 0.7 |
| Hex | D3 | EB | 7A | A | 0 | 30 | 8 | 49 | 4A | 46 |
| Octal | 323 | 353 | 172 | 12 | 0 | 60 | 10 | 111 | 112 | 106 |
| Binary | 11010011 | 11101011 | 1111010 | 1010 | 0 | 110000 | 1000 | 1001001 | 1001010 | 1000110 |
Color Harmonies of #D3EB7A
Complementary color
Monochromatic Colors of #D3EB7A
Black with #D3EB7A
Text Example
Text Example
White with #D3EB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB7A; }
p { color: rgb(211,235,122); }
H1.HeaderClassName
{
color: #D3EB7A;
}
.AnyTagClassName
{
color: #D3EB7A;
}
</style>
background-color css
<style>
a { background-color: #D3EB7A; }
a { background-color: rgb(211,235,122); }
div.DivClassName
{
background-color: #D3EB7A;
}
.BgClassName
{
background-color: #D3EB7A;
}
</style>
border-color css
<style>
span { border-color: #D3EB7A; }
span { border-color: rgb(211,235,122); }
td.TdClassName
{
border-color: #D3EB7A;
}
.TagClassName
{
border-color: #D3EB7A;
}
</style>