Shades of Mindaro #D5E26B
Tints of Mindaro #D5E26B
RGB
CMYK
RGB Variations
Color information
#D5E26B (or 0xD5E26B) is known color: Mindaro. HEX triplet: D5, E2 and 6B. RGB value is (213,226,107). Sum of RGB (Red+Green+Blue) = 213+226+107=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E26B is #2A1D94. Grayscale: #D1D1D1. Windows color (decimal): -2760085 or 7070421. OLE color: 7070421.
HSL color Cylindrical-coordinate representation of color #D5E26B: hue angle of 66.55º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5E26B is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 107 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.11 |
| HSL | 66.55º | 0.67% | 0.65% | - |
| HSV(B) | 66.55º | 0.53% | 0.89% | - |
| XYZ | 57.29 | 69.6 | 24.32 | - |
| YUV | 208.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 107 | 0.06 | 0 | 0.53 | 0.11 | 66.55 | 0.67 | 0.65 |
| Hex | D5 | E2 | 6B | 6 | 0 | 35 | B | 43 | 43 | 41 |
| Octal | 325 | 342 | 153 | 6 | 0 | 65 | 13 | 103 | 103 | 101 |
| Binary | 11010101 | 11100010 | 1101011 | 110 | 0 | 110101 | 1011 | 1000011 | 1000011 | 1000001 |
Color Harmonies of #D5E26B
Complementary color
Monochromatic Colors of #D5E26B
Black with #D5E26B
Text Example
Text Example
White with #D5E26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E26B; }
p { color: rgb(213,226,107); }
H1.HeaderClassName
{
color: #D5E26B;
}
.AnyTagClassName
{
color: #D5E26B;
}
</style>
background-color css
<style>
a { background-color: #D5E26B; }
a { background-color: rgb(213,226,107); }
div.DivClassName
{
background-color: #D5E26B;
}
.BgClassName
{
background-color: #D5E26B;
}
</style>
border-color css
<style>
span { border-color: #D5E26B; }
span { border-color: rgb(213,226,107); }
td.TdClassName
{
border-color: #D5E26B;
}
.TagClassName
{
border-color: #D5E26B;
}
</style>