Shades of Mindaro #D5E46B
Tints of Mindaro #D5E46B
RGB
CMYK
RGB Variations
Color information
#D5E46B (or 0xD5E46B) is known color: Mindaro. HEX triplet: D5, E4 and 6B. RGB value is (213,228,107). Sum of RGB (Red+Green+Blue) = 213+228+107=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E46B is #2A1B94. Grayscale: #D2D2D2. Windows color (decimal): -2759573 or 7070933. OLE color: 7070933.
HSL color Cylindrical-coordinate representation of color #D5E46B: hue angle of 67.44º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5E46B is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 107 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.11 |
| HSL | 67.44º | 0.69% | 0.66% | - |
| HSV(B) | 67.44º | 0.53% | 0.89% | - |
| XYZ | 57.84 | 70.69 | 24.51 | - |
| YUV | 209.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 107 | 0.07 | 0 | 0.53 | 0.11 | 67.44 | 0.69 | 0.66 |
| Hex | D5 | E4 | 6B | 7 | 0 | 35 | B | 43 | 45 | 42 |
| Octal | 325 | 344 | 153 | 7 | 0 | 65 | 13 | 103 | 105 | 102 |
| Binary | 11010101 | 11100100 | 1101011 | 111 | 0 | 110101 | 1011 | 1000011 | 1000101 | 1000010 |
Color Harmonies of #D5E46B
Complementary color
Monochromatic Colors of #D5E46B
Black with #D5E46B
Text Example
Text Example
White with #D5E46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E46B; }
p { color: rgb(213,228,107); }
H1.HeaderClassName
{
color: #D5E46B;
}
.AnyTagClassName
{
color: #D5E46B;
}
</style>
background-color css
<style>
a { background-color: #D5E46B; }
a { background-color: rgb(213,228,107); }
div.DivClassName
{
background-color: #D5E46B;
}
.BgClassName
{
background-color: #D5E46B;
}
</style>
border-color css
<style>
span { border-color: #D5E46B; }
span { border-color: rgb(213,228,107); }
td.TdClassName
{
border-color: #D5E46B;
}
.TagClassName
{
border-color: #D5E46B;
}
</style>