Shades of Mindaro #D3E37E
Tints of Mindaro #D3E37E
RGB
CMYK
RGB Variations
Color information
#D3E37E (or 0xD3E37E) is known color: Mindaro. HEX triplet: D3, E3 and 7E. RGB value is (211,227,126). Sum of RGB (Red+Green+Blue) = 211+227+126=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E37E is #2C1C81. Grayscale: #D3D3D3. Windows color (decimal): -2890882 or 8315859. OLE color: 8315859.
HSL color Cylindrical-coordinate representation of color #D3E37E: hue angle of 69.5º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3E37E is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 126 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.11 |
| HSL | 69.5º | 0.64% | 0.69% | - |
| HSV(B) | 69.5º | 0.44% | 0.89% | - |
| XYZ | 58.1 | 70.29 | 30.24 | - |
| YUV | 210.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 126 | 0.07 | 0 | 0.44 | 0.11 | 69.5 | 0.64 | 0.69 |
| Hex | D3 | E3 | 7E | 7 | 0 | 2C | B | 46 | 40 | 45 |
| Octal | 323 | 343 | 176 | 7 | 0 | 54 | 13 | 106 | 100 | 105 |
| Binary | 11010011 | 11100011 | 1111110 | 111 | 0 | 101100 | 1011 | 1000110 | 1000000 | 1000101 |
Color Harmonies of #D3E37E
Complementary color
Monochromatic Colors of #D3E37E
Black with #D3E37E
Text Example
Text Example
White with #D3E37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E37E; }
p { color: rgb(211,227,126); }
H1.HeaderClassName
{
color: #D3E37E;
}
.AnyTagClassName
{
color: #D3E37E;
}
</style>
background-color css
<style>
a { background-color: #D3E37E; }
a { background-color: rgb(211,227,126); }
div.DivClassName
{
background-color: #D3E37E;
}
.BgClassName
{
background-color: #D3E37E;
}
</style>
border-color css
<style>
span { border-color: #D3E37E; }
span { border-color: rgb(211,227,126); }
td.TdClassName
{
border-color: #D3E37E;
}
.TagClassName
{
border-color: #D3E37E;
}
</style>