Shades of Mindaro #D3E362
Tints of Mindaro #D3E362
RGB
CMYK
RGB Variations
Color information
#D3E362 (or 0xD3E362) is known color: Mindaro. HEX triplet: D3, E3 and 62. RGB value is (211,227,98). Sum of RGB (Red+Green+Blue) = 211+227+98=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E362 is #2C1C9D. Grayscale: #D0D0D0. Windows color (decimal): -2890910 or 6480851. OLE color: 6480851.
HSL color Cylindrical-coordinate representation of color #D3E362: hue angle of 67.44º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3E362 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 98 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.11 |
| HSL | 67.44º | 0.7% | 0.64% | - |
| HSV(B) | 67.44º | 0.57% | 0.89% | - |
| XYZ | 56.54 | 69.67 | 22.02 | - |
| YUV | 207.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 98 | 0.07 | 0 | 0.57 | 0.11 | 67.44 | 0.7 | 0.64 |
| Hex | D3 | E3 | 62 | 7 | 0 | 39 | B | 43 | 46 | 40 |
| Octal | 323 | 343 | 142 | 7 | 0 | 71 | 13 | 103 | 106 | 100 |
| Binary | 11010011 | 11100011 | 1100010 | 111 | 0 | 111001 | 1011 | 1000011 | 1000110 | 1000000 |
Color Harmonies of #D3E362
Complementary color
Monochromatic Colors of #D3E362
Black with #D3E362
Text Example
Text Example
White with #D3E362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E362; }
p { color: rgb(211,227,98); }
H1.HeaderClassName
{
color: #D3E362;
}
.AnyTagClassName
{
color: #D3E362;
}
</style>
background-color css
<style>
a { background-color: #D3E362; }
a { background-color: rgb(211,227,98); }
div.DivClassName
{
background-color: #D3E362;
}
.BgClassName
{
background-color: #D3E362;
}
</style>
border-color css
<style>
span { border-color: #D3E362; }
span { border-color: rgb(211,227,98); }
td.TdClassName
{
border-color: #D3E362;
}
.TagClassName
{
border-color: #D3E362;
}
</style>