Shades of Mindaro #D3E065
Tints of Mindaro #D3E065
RGB
CMYK
RGB Variations
Color information
#D3E065 (or 0xD3E065) is known color: Mindaro. HEX triplet: D3, E0 and 65. RGB value is (211,224,101). Sum of RGB (Red+Green+Blue) = 211+224+101=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E065 is #2C1F9A. Grayscale: #CECECE. Windows color (decimal): -2891675 or 6676691. OLE color: 6676691.
HSL color Cylindrical-coordinate representation of color #D3E065: hue angle of 66.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3E065 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 101 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.12 |
| HSL | 66.34º | 0.66% | 0.64% | - |
| HSV(B) | 66.34º | 0.55% | 0.88% | - |
| XYZ | 55.87 | 68.1 | 22.51 | - |
| YUV | 206.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 101 | 0.06 | 0 | 0.55 | 0.12 | 66.34 | 0.66 | 0.64 |
| Hex | D3 | E0 | 65 | 6 | 0 | 37 | C | 42 | 42 | 40 |
| Octal | 323 | 340 | 145 | 6 | 0 | 67 | 14 | 102 | 102 | 100 |
| Binary | 11010011 | 11100000 | 1100101 | 110 | 0 | 110111 | 1100 | 1000010 | 1000010 | 1000000 |
Color Harmonies of #D3E065
Complementary color
Monochromatic Colors of #D3E065
Black with #D3E065
Text Example
Text Example
White with #D3E065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E065; }
p { color: rgb(211,224,101); }
H1.HeaderClassName
{
color: #D3E065;
}
.AnyTagClassName
{
color: #D3E065;
}
</style>
background-color css
<style>
a { background-color: #D3E065; }
a { background-color: rgb(211,224,101); }
div.DivClassName
{
background-color: #D3E065;
}
.BgClassName
{
background-color: #D3E065;
}
</style>
border-color css
<style>
span { border-color: #D3E065; }
span { border-color: rgb(211,224,101); }
td.TdClassName
{
border-color: #D3E065;
}
.TagClassName
{
border-color: #D3E065;
}
</style>