Shades of Mindaro #D3E16E
Tints of Mindaro #D3E16E
RGB
CMYK
RGB Variations
Color information
#D3E16E (or 0xD3E16E) is known color: Mindaro. HEX triplet: D3, E1 and 6E. RGB value is (211,225,110). Sum of RGB (Red+Green+Blue) = 211+225+110=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E16E is #2C1E91. Grayscale: #D0D0D0. Windows color (decimal): -2891410 or 7266771. OLE color: 7266771.
HSL color Cylindrical-coordinate representation of color #D3E16E: hue angle of 67.3º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3E16E is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 110 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.12 |
| HSL | 67.3º | 0.66% | 0.66% | - |
| HSV(B) | 67.3º | 0.51% | 0.88% | - |
| XYZ | 56.6 | 68.83 | 25.05 | - |
| YUV | 207.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 110 | 0.06 | 0 | 0.51 | 0.12 | 67.3 | 0.66 | 0.66 |
| Hex | D3 | E1 | 6E | 6 | 0 | 33 | C | 43 | 42 | 42 |
| Octal | 323 | 341 | 156 | 6 | 0 | 63 | 14 | 103 | 102 | 102 |
| Binary | 11010011 | 11100001 | 1101110 | 110 | 0 | 110011 | 1100 | 1000011 | 1000010 | 1000010 |
Color Harmonies of #D3E16E
Complementary color
Monochromatic Colors of #D3E16E
Black with #D3E16E
Text Example
Text Example
White with #D3E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E16E; }
p { color: rgb(211,225,110); }
H1.HeaderClassName
{
color: #D3E16E;
}
.AnyTagClassName
{
color: #D3E16E;
}
</style>
background-color css
<style>
a { background-color: #D3E16E; }
a { background-color: rgb(211,225,110); }
div.DivClassName
{
background-color: #D3E16E;
}
.BgClassName
{
background-color: #D3E16E;
}
</style>
border-color css
<style>
span { border-color: #D3E16E; }
span { border-color: rgb(211,225,110); }
td.TdClassName
{
border-color: #D3E16E;
}
.TagClassName
{
border-color: #D3E16E;
}
</style>