Shades of Mindaro #D4E56B
Tints of Mindaro #D4E56B
RGB
CMYK
RGB Variations
Color information
#D4E56B (or 0xD4E56B) is known color: Mindaro. HEX triplet: D4, E5 and 6B. RGB value is (212,229,107). Sum of RGB (Red+Green+Blue) = 212+229+107=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E56B is #2B1A94. Grayscale: #D2D2D2. Windows color (decimal): -2824853 or 7071188. OLE color: 7071188.
HSL color Cylindrical-coordinate representation of color #D4E56B: hue angle of 68.36º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4E56B is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 229 | 107 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.10 |
| HSL | 68.36º | 0.7% | 0.66% | - |
| HSV(B) | 68.36º | 0.53% | 0.9% | - |
| XYZ | 57.82 | 71.1 | 24.59 | - |
| YUV | 210.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 107 | 0.07 | 0 | 0.53 | 0.10 | 68.36 | 0.7 | 0.66 |
| Hex | D4 | E5 | 6B | 7 | 0 | 35 | A | 44 | 46 | 42 |
| Octal | 324 | 345 | 153 | 7 | 0 | 65 | 12 | 104 | 106 | 102 |
| Binary | 11010100 | 11100101 | 1101011 | 111 | 0 | 110101 | 1010 | 1000100 | 1000110 | 1000010 |
Color Harmonies of #D4E56B
Complementary color
Monochromatic Colors of #D4E56B
Black with #D4E56B
Text Example
Text Example
White with #D4E56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E56B; }
p { color: rgb(212,229,107); }
H1.HeaderClassName
{
color: #D4E56B;
}
.AnyTagClassName
{
color: #D4E56B;
}
</style>
background-color css
<style>
a { background-color: #D4E56B; }
a { background-color: rgb(212,229,107); }
div.DivClassName
{
background-color: #D4E56B;
}
.BgClassName
{
background-color: #D4E56B;
}
</style>
border-color css
<style>
span { border-color: #D4E56B; }
span { border-color: rgb(212,229,107); }
td.TdClassName
{
border-color: #D4E56B;
}
.TagClassName
{
border-color: #D4E56B;
}
</style>