Shades of Mindaro #D3E265
Tints of Mindaro #D3E265
RGB
CMYK
RGB Variations
Color information
#D3E265 (or 0xD3E265) is known color: Mindaro. HEX triplet: D3, E2 and 65. RGB value is (211,226,101). Sum of RGB (Red+Green+Blue) = 211+226+101=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E265 is #2C1D9A. Grayscale: #CFCFCF. Windows color (decimal): -2891163 or 6677203. OLE color: 6677203.
HSL color Cylindrical-coordinate representation of color #D3E265: hue angle of 67.2º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3E265 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 101 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.11 |
| HSL | 67.2º | 0.68% | 0.64% | - |
| HSV(B) | 67.2º | 0.55% | 0.89% | - |
| XYZ | 56.41 | 69.18 | 22.69 | - |
| YUV | 207.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 101 | 0.07 | 0 | 0.55 | 0.11 | 67.2 | 0.68 | 0.64 |
| Hex | D3 | E2 | 65 | 7 | 0 | 37 | B | 43 | 44 | 40 |
| Octal | 323 | 342 | 145 | 7 | 0 | 67 | 13 | 103 | 104 | 100 |
| Binary | 11010011 | 11100010 | 1100101 | 111 | 0 | 110111 | 1011 | 1000011 | 1000100 | 1000000 |
Color Harmonies of #D3E265
Complementary color
Monochromatic Colors of #D3E265
Black with #D3E265
Text Example
Text Example
White with #D3E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E265; }
p { color: rgb(211,226,101); }
H1.HeaderClassName
{
color: #D3E265;
}
.AnyTagClassName
{
color: #D3E265;
}
</style>
background-color css
<style>
a { background-color: #D3E265; }
a { background-color: rgb(211,226,101); }
div.DivClassName
{
background-color: #D3E265;
}
.BgClassName
{
background-color: #D3E265;
}
</style>
border-color css
<style>
span { border-color: #D3E265; }
span { border-color: rgb(211,226,101); }
td.TdClassName
{
border-color: #D3E265;
}
.TagClassName
{
border-color: #D3E265;
}
</style>