Shades of Mindaro #D5E47B
Tints of Mindaro #D5E47B
RGB
CMYK
RGB Variations
Color information
#D5E47B (or 0xD5E47B) is known color: Mindaro. HEX triplet: D5, E4 and 7B. RGB value is (213,228,123). Sum of RGB (Red+Green+Blue) = 213+228+123=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E47B is #2A1B84. Grayscale: #D3D3D3. Windows color (decimal): -2759557 or 8119509. OLE color: 8119509.
HSL color Cylindrical-coordinate representation of color #D5E47B: hue angle of 68.57º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5E47B is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 123 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.11 |
| HSL | 68.57º | 0.66% | 0.69% | - |
| HSV(B) | 68.57º | 0.46% | 0.89% | - |
| XYZ | 58.76 | 71.06 | 29.36 | - |
| YUV | 211.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 123 | 0.07 | 0 | 0.46 | 0.11 | 68.57 | 0.66 | 0.69 |
| Hex | D5 | E4 | 7B | 7 | 0 | 2E | B | 45 | 42 | 45 |
| Octal | 325 | 344 | 173 | 7 | 0 | 56 | 13 | 105 | 102 | 105 |
| Binary | 11010101 | 11100100 | 1111011 | 111 | 0 | 101110 | 1011 | 1000101 | 1000010 | 1000101 |
Color Harmonies of #D5E47B
Complementary color
Monochromatic Colors of #D5E47B
Black with #D5E47B
Text Example
Text Example
White with #D5E47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E47B; }
p { color: rgb(213,228,123); }
H1.HeaderClassName
{
color: #D5E47B;
}
.AnyTagClassName
{
color: #D5E47B;
}
</style>
background-color css
<style>
a { background-color: #D5E47B; }
a { background-color: rgb(213,228,123); }
div.DivClassName
{
background-color: #D5E47B;
}
.BgClassName
{
background-color: #D5E47B;
}
</style>
border-color css
<style>
span { border-color: #D5E47B; }
span { border-color: rgb(213,228,123); }
td.TdClassName
{
border-color: #D5E47B;
}
.TagClassName
{
border-color: #D5E47B;
}
</style>