Shades of Mindaro #D3E57C
Tints of Mindaro #D3E57C
RGB
CMYK
RGB Variations
Color information
#D3E57C (or 0xD3E57C) is known color: Mindaro. HEX triplet: D3, E5 and 7C. RGB value is (211,229,124). Sum of RGB (Red+Green+Blue) = 211+229+124=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E57C is #2C1A83. Grayscale: #D4D4D4. Windows color (decimal): -2890372 or 8185299. OLE color: 8185299.
HSL color Cylindrical-coordinate representation of color #D3E57C: hue angle of 70.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3E57C is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 124 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.10 |
| HSL | 70.29º | 0.67% | 0.69% | - |
| HSV(B) | 70.29º | 0.46% | 0.9% | - |
| XYZ | 58.52 | 71.34 | 29.75 | - |
| YUV | 211.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 124 | 0.08 | 0 | 0.46 | 0.10 | 70.29 | 0.67 | 0.69 |
| Hex | D3 | E5 | 7C | 8 | 0 | 2E | A | 46 | 43 | 45 |
| Octal | 323 | 345 | 174 | 10 | 0 | 56 | 12 | 106 | 103 | 105 |
| Binary | 11010011 | 11100101 | 1111100 | 1000 | 0 | 101110 | 1010 | 1000110 | 1000011 | 1000101 |
Color Harmonies of #D3E57C
Complementary color
Monochromatic Colors of #D3E57C
Black with #D3E57C
Text Example
Text Example
White with #D3E57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E57C; }
p { color: rgb(211,229,124); }
H1.HeaderClassName
{
color: #D3E57C;
}
.AnyTagClassName
{
color: #D3E57C;
}
</style>
background-color css
<style>
a { background-color: #D3E57C; }
a { background-color: rgb(211,229,124); }
div.DivClassName
{
background-color: #D3E57C;
}
.BgClassName
{
background-color: #D3E57C;
}
</style>
border-color css
<style>
span { border-color: #D3E57C; }
span { border-color: rgb(211,229,124); }
td.TdClassName
{
border-color: #D3E57C;
}
.TagClassName
{
border-color: #D3E57C;
}
</style>