Shades of Mindaro #D3E96D
Tints of Mindaro #D3E96D
RGB
CMYK
RGB Variations
Color information
#D3E96D (or 0xD3E96D) is known color: Mindaro. HEX triplet: D3, E9 and 6D. RGB value is (211,233,109). Sum of RGB (Red+Green+Blue) = 211+233+109=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E96D is #2C1692. Grayscale: #D4D4D4. Windows color (decimal): -2889363 or 7203283. OLE color: 7203283.
HSL color Cylindrical-coordinate representation of color #D3E96D: hue angle of 70.65º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3E96D is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 233 | 109 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.09 |
| HSL | 70.65º | 0.74% | 0.67% | - |
| HSV(B) | 70.65º | 0.53% | 0.91% | - |
| XYZ | 58.76 | 73.23 | 25.51 | - |
| YUV | 212.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 109 | 0.09 | 0 | 0.53 | 0.09 | 70.65 | 0.74 | 0.67 |
| Hex | D3 | E9 | 6D | 9 | 0 | 35 | 9 | 47 | 4A | 43 |
| Octal | 323 | 351 | 155 | 11 | 0 | 65 | 11 | 107 | 112 | 103 |
| Binary | 11010011 | 11101001 | 1101101 | 1001 | 0 | 110101 | 1001 | 1000111 | 1001010 | 1000011 |
Color Harmonies of #D3E96D
Complementary color
Monochromatic Colors of #D3E96D
Black with #D3E96D
Text Example
Text Example
White with #D3E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E96D; }
p { color: rgb(211,233,109); }
H1.HeaderClassName
{
color: #D3E96D;
}
.AnyTagClassName
{
color: #D3E96D;
}
</style>
background-color css
<style>
a { background-color: #D3E96D; }
a { background-color: rgb(211,233,109); }
div.DivClassName
{
background-color: #D3E96D;
}
.BgClassName
{
background-color: #D3E96D;
}
</style>
border-color css
<style>
span { border-color: #D3E96D; }
span { border-color: rgb(211,233,109); }
td.TdClassName
{
border-color: #D3E96D;
}
.TagClassName
{
border-color: #D3E96D;
}
</style>