Shades of Mindaro #D4E16E
Tints of Mindaro #D4E16E
RGB
CMYK
RGB Variations
Color information
#D4E16E (or 0xD4E16E) is known color: Mindaro. HEX triplet: D4, E1 and 6E. RGB value is (212,225,110). Sum of RGB (Red+Green+Blue) = 212+225+110=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E16E is #2B1E91. Grayscale: #D0D0D0. Windows color (decimal): -2825874 or 7266772. OLE color: 7266772.
HSL color Cylindrical-coordinate representation of color #D4E16E: hue angle of 66.78º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4E16E is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 110 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.12 |
| HSL | 66.78º | 0.66% | 0.66% | - |
| HSV(B) | 66.78º | 0.51% | 0.88% | - |
| XYZ | 56.89 | 68.97 | 25.07 | - |
| YUV | 208 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 110 | 0.06 | 0 | 0.51 | 0.12 | 66.78 | 0.66 | 0.66 |
| Hex | D4 | E1 | 6E | 6 | 0 | 33 | C | 43 | 42 | 42 |
| Octal | 324 | 341 | 156 | 6 | 0 | 63 | 14 | 103 | 102 | 102 |
| Binary | 11010100 | 11100001 | 1101110 | 110 | 0 | 110011 | 1100 | 1000011 | 1000010 | 1000010 |
Color Harmonies of #D4E16E
Complementary color
Monochromatic Colors of #D4E16E
Black with #D4E16E
Text Example
Text Example
White with #D4E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E16E; }
p { color: rgb(212,225,110); }
H1.HeaderClassName
{
color: #D4E16E;
}
.AnyTagClassName
{
color: #D4E16E;
}
</style>
background-color css
<style>
a { background-color: #D4E16E; }
a { background-color: rgb(212,225,110); }
div.DivClassName
{
background-color: #D4E16E;
}
.BgClassName
{
background-color: #D4E16E;
}
</style>
border-color css
<style>
span { border-color: #D4E16E; }
span { border-color: rgb(212,225,110); }
td.TdClassName
{
border-color: #D4E16E;
}
.TagClassName
{
border-color: #D4E16E;
}
</style>