Shades of Mindaro #D4E756
Tints of Mindaro #D4E756
RGB
CMYK
RGB Variations
Color information
#D4E756 (or 0xD4E756) is known color: Mindaro. HEX triplet: D4, E7 and 56. RGB value is (212,231,86). Sum of RGB (Red+Green+Blue) = 212+231+86=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E756 is #2B18A9. Grayscale: #D1D1D1. Windows color (decimal): -2824362 or 5695444. OLE color: 5695444.
HSL color Cylindrical-coordinate representation of color #D4E756: hue angle of 67.86º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4E756 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 86 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.09 |
| HSL | 67.86º | 0.75% | 0.62% | - |
| HSV(B) | 67.86º | 0.63% | 0.91% | - |
| XYZ | 57.41 | 71.82 | 19.64 | - |
| YUV | 208.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 86 | 0.08 | 0 | 0.63 | 0.09 | 67.86 | 0.75 | 0.62 |
| Hex | D4 | E7 | 56 | 8 | 0 | 3F | 9 | 44 | 4B | 3E |
| Octal | 324 | 347 | 126 | 10 | 0 | 77 | 11 | 104 | 113 | 76 |
| Binary | 11010100 | 11100111 | 1010110 | 1000 | 0 | 111111 | 1001 | 1000100 | 1001011 | 111110 |
Color Harmonies of #D4E756
Complementary color
Monochromatic Colors of #D4E756
Black with #D4E756
Text Example
Text Example
White with #D4E756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E756; }
p { color: rgb(212,231,86); }
H1.HeaderClassName
{
color: #D4E756;
}
.AnyTagClassName
{
color: #D4E756;
}
</style>
background-color css
<style>
a { background-color: #D4E756; }
a { background-color: rgb(212,231,86); }
div.DivClassName
{
background-color: #D4E756;
}
.BgClassName
{
background-color: #D4E756;
}
</style>
border-color css
<style>
span { border-color: #D4E756; }
span { border-color: rgb(212,231,86); }
td.TdClassName
{
border-color: #D4E756;
}
.TagClassName
{
border-color: #D4E756;
}
</style>