Shades of Mindaro #D3E371
Tints of Mindaro #D3E371
RGB
CMYK
RGB Variations
Color information
#D3E371 (or 0xD3E371) is known color: Mindaro. HEX triplet: D3, E3 and 71. RGB value is (211,227,113). Sum of RGB (Red+Green+Blue) = 211+227+113=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E371 is #2C1C8E. Grayscale: #D1D1D1. Windows color (decimal): -2890895 or 7463891. OLE color: 7463891.
HSL color Cylindrical-coordinate representation of color #D3E371: hue angle of 68.42º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3E371 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 113 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.11 |
| HSL | 68.42º | 0.67% | 0.67% | - |
| HSV(B) | 68.42º | 0.5% | 0.89% | - |
| XYZ | 57.31 | 69.98 | 26.11 | - |
| YUV | 209.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 113 | 0.07 | 0 | 0.50 | 0.11 | 68.42 | 0.67 | 0.67 |
| Hex | D3 | E3 | 71 | 7 | 0 | 32 | B | 44 | 43 | 43 |
| Octal | 323 | 343 | 161 | 7 | 0 | 62 | 13 | 104 | 103 | 103 |
| Binary | 11010011 | 11100011 | 1110001 | 111 | 0 | 110010 | 1011 | 1000100 | 1000011 | 1000011 |
Color Harmonies of #D3E371
Complementary color
Monochromatic Colors of #D3E371
Black with #D3E371
Text Example
Text Example
White with #D3E371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E371; }
p { color: rgb(211,227,113); }
H1.HeaderClassName
{
color: #D3E371;
}
.AnyTagClassName
{
color: #D3E371;
}
</style>
background-color css
<style>
a { background-color: #D3E371; }
a { background-color: rgb(211,227,113); }
div.DivClassName
{
background-color: #D3E371;
}
.BgClassName
{
background-color: #D3E371;
}
</style>
border-color css
<style>
span { border-color: #D3E371; }
span { border-color: rgb(211,227,113); }
td.TdClassName
{
border-color: #D3E371;
}
.TagClassName
{
border-color: #D3E371;
}
</style>