Shades of Mindaro #D4E46B
Tints of Mindaro #D4E46B
RGB
CMYK
RGB Variations
Color information
#D4E46B (or 0xD4E46B) is known color: Mindaro. HEX triplet: D4, E4 and 6B. RGB value is (212,228,107). Sum of RGB (Red+Green+Blue) = 212+228+107=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E46B is #2B1B94. Grayscale: #D1D1D1. Windows color (decimal): -2825109 or 7070932. OLE color: 7070932.
HSL color Cylindrical-coordinate representation of color #D4E46B: hue angle of 67.93º 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 #D4E46B is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 228 | 107 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.11 |
| HSL | 67.93º | 0.69% | 0.66% | - |
| HSV(B) | 67.93º | 0.53% | 0.89% | - |
| XYZ | 57.55 | 70.55 | 24.49 | - |
| YUV | 209.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 228 | 107 | 0.07 | 0 | 0.53 | 0.11 | 67.93 | 0.69 | 0.66 |
| Hex | D4 | E4 | 6B | 7 | 0 | 35 | B | 44 | 45 | 42 |
| Octal | 324 | 344 | 153 | 7 | 0 | 65 | 13 | 104 | 105 | 102 |
| Binary | 11010100 | 11100100 | 1101011 | 111 | 0 | 110101 | 1011 | 1000100 | 1000101 | 1000010 |
Color Harmonies of #D4E46B
Complementary color
Monochromatic Colors of #D4E46B
Black with #D4E46B
Text Example
Text Example
White with #D4E46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E46B; }
p { color: rgb(212,228,107); }
H1.HeaderClassName
{
color: #D4E46B;
}
.AnyTagClassName
{
color: #D4E46B;
}
</style>
background-color css
<style>
a { background-color: #D4E46B; }
a { background-color: rgb(212,228,107); }
div.DivClassName
{
background-color: #D4E46B;
}
.BgClassName
{
background-color: #D4E46B;
}
</style>
border-color css
<style>
span { border-color: #D4E46B; }
span { border-color: rgb(212,228,107); }
td.TdClassName
{
border-color: #D4E46B;
}
.TagClassName
{
border-color: #D4E46B;
}
</style>