Shades of Mindaro #D3E865
Tints of Mindaro #D3E865
RGB
CMYK
RGB Variations
Color information
#D3E865 (or 0xD3E865) is known color: Mindaro. HEX triplet: D3, E8 and 65. RGB value is (211,232,101). Sum of RGB (Red+Green+Blue) = 211+232+101=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E865 is #2C179A. Grayscale: #D3D3D3. Windows color (decimal): -2889627 or 6678739. OLE color: 6678739.
HSL color Cylindrical-coordinate representation of color #D3E865: hue angle of 69.62º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3E865 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 232 | 101 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.09 |
| HSL | 69.62º | 0.74% | 0.65% | - |
| HSV(B) | 69.62º | 0.56% | 0.91% | - |
| XYZ | 58.07 | 72.5 | 23.25 | - |
| YUV | 210.79 | 66.04 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 232 | 101 | 0.09 | 0 | 0.56 | 0.09 | 69.62 | 0.74 | 0.65 |
| Hex | D3 | E8 | 65 | 9 | 0 | 38 | 9 | 46 | 4A | 41 |
| Octal | 323 | 350 | 145 | 11 | 0 | 70 | 11 | 106 | 112 | 101 |
| Binary | 11010011 | 11101000 | 1100101 | 1001 | 0 | 111000 | 1001 | 1000110 | 1001010 | 1000001 |
Color Harmonies of #D3E865
Complementary color
Monochromatic Colors of #D3E865
Black with #D3E865
Text Example
Text Example
White with #D3E865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E865; }
p { color: rgb(211,232,101); }
H1.HeaderClassName
{
color: #D3E865;
}
.AnyTagClassName
{
color: #D3E865;
}
</style>
background-color css
<style>
a { background-color: #D3E865; }
a { background-color: rgb(211,232,101); }
div.DivClassName
{
background-color: #D3E865;
}
.BgClassName
{
background-color: #D3E865;
}
</style>
border-color css
<style>
span { border-color: #D3E865; }
span { border-color: rgb(211,232,101); }
td.TdClassName
{
border-color: #D3E865;
}
.TagClassName
{
border-color: #D3E865;
}
</style>