Shades of Mindaro #D3E67E
Tints of Mindaro #D3E67E
RGB
CMYK
RGB Variations
Color information
#D3E67E (or 0xD3E67E) is known color: Mindaro. HEX triplet: D3, E6 and 7E. RGB value is (211,230,126). Sum of RGB (Red+Green+Blue) = 211+230+126=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E67E is #2C1981. Grayscale: #D4D4D4. Windows color (decimal): -2890114 or 8316627. OLE color: 8316627.
HSL color Cylindrical-coordinate representation of color #D3E67E: hue angle of 70.96º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3E67E is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 126 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.10 |
| HSL | 70.96º | 0.68% | 0.7% | - |
| HSV(B) | 70.96º | 0.45% | 0.9% | - |
| XYZ | 58.93 | 71.95 | 30.52 | - |
| YUV | 212.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 126 | 0.08 | 0 | 0.45 | 0.10 | 70.96 | 0.68 | 0.7 |
| Hex | D3 | E6 | 7E | 8 | 0 | 2D | A | 47 | 44 | 46 |
| Octal | 323 | 346 | 176 | 10 | 0 | 55 | 12 | 107 | 104 | 106 |
| Binary | 11010011 | 11100110 | 1111110 | 1000 | 0 | 101101 | 1010 | 1000111 | 1000100 | 1000110 |
Color Harmonies of #D3E67E
Complementary color
Monochromatic Colors of #D3E67E
Black with #D3E67E
Text Example
Text Example
White with #D3E67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E67E; }
p { color: rgb(211,230,126); }
H1.HeaderClassName
{
color: #D3E67E;
}
.AnyTagClassName
{
color: #D3E67E;
}
</style>
background-color css
<style>
a { background-color: #D3E67E; }
a { background-color: rgb(211,230,126); }
div.DivClassName
{
background-color: #D3E67E;
}
.BgClassName
{
background-color: #D3E67E;
}
</style>
border-color css
<style>
span { border-color: #D3E67E; }
span { border-color: rgb(211,230,126); }
td.TdClassName
{
border-color: #D3E67E;
}
.TagClassName
{
border-color: #D3E67E;
}
</style>