Shades of Mindaro #D5E46F
Tints of Mindaro #D5E46F
RGB
CMYK
RGB Variations
Color information
#D5E46F (or 0xD5E46F) is known color: Mindaro. HEX triplet: D5, E4 and 6F. RGB value is (213,228,111). Sum of RGB (Red+Green+Blue) = 213+228+111=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E46F is #2A1B90. Grayscale: #D2D2D2. Windows color (decimal): -2759569 or 7333077. OLE color: 7333077.
HSL color Cylindrical-coordinate representation of color #D5E46F: hue angle of 67.69º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5E46F is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 111 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.11 |
| HSL | 67.69º | 0.68% | 0.66% | - |
| HSV(B) | 67.69º | 0.51% | 0.89% | - |
| XYZ | 58.05 | 70.78 | 25.64 | - |
| YUV | 210.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 111 | 0.07 | 0 | 0.51 | 0.11 | 67.69 | 0.68 | 0.66 |
| Hex | D5 | E4 | 6F | 7 | 0 | 33 | B | 44 | 44 | 42 |
| Octal | 325 | 344 | 157 | 7 | 0 | 63 | 13 | 104 | 104 | 102 |
| Binary | 11010101 | 11100100 | 1101111 | 111 | 0 | 110011 | 1011 | 1000100 | 1000100 | 1000010 |
Color Harmonies of #D5E46F
Complementary color
Monochromatic Colors of #D5E46F
Black with #D5E46F
Text Example
Text Example
White with #D5E46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E46F; }
p { color: rgb(213,228,111); }
H1.HeaderClassName
{
color: #D5E46F;
}
.AnyTagClassName
{
color: #D5E46F;
}
</style>
background-color css
<style>
a { background-color: #D5E46F; }
a { background-color: rgb(213,228,111); }
div.DivClassName
{
background-color: #D5E46F;
}
.BgClassName
{
background-color: #D5E46F;
}
</style>
border-color css
<style>
span { border-color: #D5E46F; }
span { border-color: rgb(213,228,111); }
td.TdClassName
{
border-color: #D5E46F;
}
.TagClassName
{
border-color: #D5E46F;
}
</style>