Shades of Mindaro #D3E37D
Tints of Mindaro #D3E37D
RGB
CMYK
RGB Variations
Color information
#D3E37D (or 0xD3E37D) is known color: Mindaro. HEX triplet: D3, E3 and 7D. RGB value is (211,227,125). Sum of RGB (Red+Green+Blue) = 211+227+125=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E37D is #2C1C82. Grayscale: #D2D2D2. Windows color (decimal): -2890883 or 8250323. OLE color: 8250323.
HSL color Cylindrical-coordinate representation of color #D3E37D: hue angle of 69.41º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3E37D is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 125 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.11 |
| HSL | 69.41º | 0.65% | 0.69% | - |
| HSV(B) | 69.41º | 0.45% | 0.89% | - |
| XYZ | 58.03 | 70.27 | 29.91 | - |
| YUV | 210.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 125 | 0.07 | 0 | 0.45 | 0.11 | 69.41 | 0.65 | 0.69 |
| Hex | D3 | E3 | 7D | 7 | 0 | 2D | B | 45 | 41 | 45 |
| Octal | 323 | 343 | 175 | 7 | 0 | 55 | 13 | 105 | 101 | 105 |
| Binary | 11010011 | 11100011 | 1111101 | 111 | 0 | 101101 | 1011 | 1000101 | 1000001 | 1000101 |
Color Harmonies of #D3E37D
Complementary color
Monochromatic Colors of #D3E37D
Black with #D3E37D
Text Example
Text Example
White with #D3E37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E37D; }
p { color: rgb(211,227,125); }
H1.HeaderClassName
{
color: #D3E37D;
}
.AnyTagClassName
{
color: #D3E37D;
}
</style>
background-color css
<style>
a { background-color: #D3E37D; }
a { background-color: rgb(211,227,125); }
div.DivClassName
{
background-color: #D3E37D;
}
.BgClassName
{
background-color: #D3E37D;
}
</style>
border-color css
<style>
span { border-color: #D3E37D; }
span { border-color: rgb(211,227,125); }
td.TdClassName
{
border-color: #D3E37D;
}
.TagClassName
{
border-color: #D3E37D;
}
</style>