Shades of Mindaro #D3EB72
Tints of Mindaro #D3EB72
RGB
CMYK
RGB Variations
Color information
#D3EB72 (or 0xD3EB72) is known color: Mindaro. HEX triplet: D3, EB and 72. RGB value is (211,235,114). Sum of RGB (Red+Green+Blue) = 211+235+114=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EB72 is #2C148D. Grayscale: #D6D6D6. Windows color (decimal): -2888846 or 7531475. OLE color: 7531475.
HSL color Cylindrical-coordinate representation of color #D3EB72: hue angle of 71.9º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3EB72 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 114 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.08 |
| HSL | 71.9º | 0.75% | 0.68% | - |
| HSV(B) | 71.9º | 0.51% | 0.92% | - |
| XYZ | 59.61 | 74.48 | 27.15 | - |
| YUV | 214.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 114 | 0.10 | 0 | 0.51 | 0.08 | 71.9 | 0.75 | 0.68 |
| Hex | D3 | EB | 72 | A | 0 | 33 | 8 | 48 | 4B | 44 |
| Octal | 323 | 353 | 162 | 12 | 0 | 63 | 10 | 110 | 113 | 104 |
| Binary | 11010011 | 11101011 | 1110010 | 1010 | 0 | 110011 | 1000 | 1001000 | 1001011 | 1000100 |
Color Harmonies of #D3EB72
Complementary color
Monochromatic Colors of #D3EB72
Black with #D3EB72
Text Example
Text Example
White with #D3EB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB72; }
p { color: rgb(211,235,114); }
H1.HeaderClassName
{
color: #D3EB72;
}
.AnyTagClassName
{
color: #D3EB72;
}
</style>
background-color css
<style>
a { background-color: #D3EB72; }
a { background-color: rgb(211,235,114); }
div.DivClassName
{
background-color: #D3EB72;
}
.BgClassName
{
background-color: #D3EB72;
}
</style>
border-color css
<style>
span { border-color: #D3EB72; }
span { border-color: rgb(211,235,114); }
td.TdClassName
{
border-color: #D3EB72;
}
.TagClassName
{
border-color: #D3EB72;
}
</style>