Shades of Mindaro #D3E97B
Tints of Mindaro #D3E97B
RGB
CMYK
RGB Variations
Color information
#D3E97B (or 0xD3E97B) is known color: Mindaro. HEX triplet: D3, E9 and 7B. RGB value is (211,233,123). Sum of RGB (Red+Green+Blue) = 211+233+123=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E97B is #2C1684. Grayscale: #D6D6D6. Windows color (decimal): -2889349 or 8120787. OLE color: 8120787.
HSL color Cylindrical-coordinate representation of color #D3E97B: hue angle of 72º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3E97B is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 233 | 123 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.09 |
| HSL | 72º | 0.71% | 0.7% | - |
| HSV(B) | 72º | 0.47% | 0.91% | - |
| XYZ | 59.58 | 73.56 | 29.8 | - |
| YUV | 213.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 123 | 0.09 | 0 | 0.47 | 0.09 | 72 | 0.71 | 0.7 |
| Hex | D3 | E9 | 7B | 9 | 0 | 2F | 9 | 48 | 47 | 46 |
| Octal | 323 | 351 | 173 | 11 | 0 | 57 | 11 | 110 | 107 | 106 |
| Binary | 11010011 | 11101001 | 1111011 | 1001 | 0 | 101111 | 1001 | 1001000 | 1000111 | 1000110 |
Color Harmonies of #D3E97B
Complementary color
Monochromatic Colors of #D3E97B
Black with #D3E97B
Text Example
Text Example
White with #D3E97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E97B; }
p { color: rgb(211,233,123); }
H1.HeaderClassName
{
color: #D3E97B;
}
.AnyTagClassName
{
color: #D3E97B;
}
</style>
background-color css
<style>
a { background-color: #D3E97B; }
a { background-color: rgb(211,233,123); }
div.DivClassName
{
background-color: #D3E97B;
}
.BgClassName
{
background-color: #D3E97B;
}
</style>
border-color css
<style>
span { border-color: #D3E97B; }
span { border-color: rgb(211,233,123); }
td.TdClassName
{
border-color: #D3E97B;
}
.TagClassName
{
border-color: #D3E97B;
}
</style>