Shades of Mindaro #D4E16A
Tints of Mindaro #D4E16A
RGB
CMYK
RGB Variations
Color information
#D4E16A (or 0xD4E16A) is known color: Mindaro. HEX triplet: D4, E1 and 6A. RGB value is (212,225,106). Sum of RGB (Red+Green+Blue) = 212+225+106=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E16A is #2B1E95. Grayscale: #D0D0D0. Windows color (decimal): -2825878 or 7004628. OLE color: 7004628.
HSL color Cylindrical-coordinate representation of color #D4E16A: hue angle of 66.55º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4E16A is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 106 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.12 |
| HSL | 66.55º | 0.66% | 0.65% | - |
| HSV(B) | 66.55º | 0.53% | 0.88% | - |
| XYZ | 56.68 | 68.89 | 23.95 | - |
| YUV | 207.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 106 | 0.06 | 0 | 0.53 | 0.12 | 66.55 | 0.66 | 0.65 |
| Hex | D4 | E1 | 6A | 6 | 0 | 35 | C | 43 | 42 | 41 |
| Octal | 324 | 341 | 152 | 6 | 0 | 65 | 14 | 103 | 102 | 101 |
| Binary | 11010100 | 11100001 | 1101010 | 110 | 0 | 110101 | 1100 | 1000011 | 1000010 | 1000001 |
Color Harmonies of #D4E16A
Complementary color
Monochromatic Colors of #D4E16A
Black with #D4E16A
Text Example
Text Example
White with #D4E16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E16A; }
p { color: rgb(212,225,106); }
H1.HeaderClassName
{
color: #D4E16A;
}
.AnyTagClassName
{
color: #D4E16A;
}
</style>
background-color css
<style>
a { background-color: #D4E16A; }
a { background-color: rgb(212,225,106); }
div.DivClassName
{
background-color: #D4E16A;
}
.BgClassName
{
background-color: #D4E16A;
}
</style>
border-color css
<style>
span { border-color: #D4E16A; }
span { border-color: rgb(212,225,106); }
td.TdClassName
{
border-color: #D4E16A;
}
.TagClassName
{
border-color: #D4E16A;
}
</style>