Shades of Mindaro #D4E26B
Tints of Mindaro #D4E26B
RGB
CMYK
RGB Variations
Color information
#D4E26B (or 0xD4E26B) is known color: Mindaro. HEX triplet: D4, E2 and 6B. RGB value is (212,226,107). Sum of RGB (Red+Green+Blue) = 212+226+107=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E26B is #2B1D94. Grayscale: #D0D0D0. Windows color (decimal): -2825621 or 7070420. OLE color: 7070420.
HSL color Cylindrical-coordinate representation of color #D4E26B: hue angle of 67.06º 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 #D4E26B is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 226 | 107 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.11 |
| HSL | 67.06º | 0.67% | 0.65% | - |
| HSV(B) | 67.06º | 0.53% | 0.89% | - |
| XYZ | 57 | 69.45 | 24.31 | - |
| YUV | 208.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 226 | 107 | 0.06 | 0 | 0.53 | 0.11 | 67.06 | 0.67 | 0.65 |
| Hex | D4 | E2 | 6B | 6 | 0 | 35 | B | 43 | 43 | 41 |
| Octal | 324 | 342 | 153 | 6 | 0 | 65 | 13 | 103 | 103 | 101 |
| Binary | 11010100 | 11100010 | 1101011 | 110 | 0 | 110101 | 1011 | 1000011 | 1000011 | 1000001 |
Color Harmonies of #D4E26B
Complementary color
Monochromatic Colors of #D4E26B
Black with #D4E26B
Text Example
Text Example
White with #D4E26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E26B; }
p { color: rgb(212,226,107); }
H1.HeaderClassName
{
color: #D4E26B;
}
.AnyTagClassName
{
color: #D4E26B;
}
</style>
background-color css
<style>
a { background-color: #D4E26B; }
a { background-color: rgb(212,226,107); }
div.DivClassName
{
background-color: #D4E26B;
}
.BgClassName
{
background-color: #D4E26B;
}
</style>
border-color css
<style>
span { border-color: #D4E26B; }
span { border-color: rgb(212,226,107); }
td.TdClassName
{
border-color: #D4E26B;
}
.TagClassName
{
border-color: #D4E26B;
}
</style>