Shades of Mindaro #D4E165
Tints of Mindaro #D4E165
RGB
CMYK
RGB Variations
Color information
#D4E165 (or 0xD4E165) is known color: Mindaro. HEX triplet: D4, E1 and 65. RGB value is (212,225,101). Sum of RGB (Red+Green+Blue) = 212+225+101=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E165 is #2B1E9A. Grayscale: #CFCFCF. Windows color (decimal): -2825883 or 6676948. OLE color: 6676948.
HSL color Cylindrical-coordinate representation of color #D4E165: hue angle of 66.29º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4E165 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 101 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.12 |
| HSL | 66.29º | 0.67% | 0.64% | - |
| HSV(B) | 66.29º | 0.55% | 0.88% | - |
| XYZ | 56.43 | 68.79 | 22.62 | - |
| YUV | 206.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 101 | 0.06 | 0 | 0.55 | 0.12 | 66.29 | 0.67 | 0.64 |
| Hex | D4 | E1 | 65 | 6 | 0 | 37 | C | 42 | 43 | 40 |
| Octal | 324 | 341 | 145 | 6 | 0 | 67 | 14 | 102 | 103 | 100 |
| Binary | 11010100 | 11100001 | 1100101 | 110 | 0 | 110111 | 1100 | 1000010 | 1000011 | 1000000 |
Color Harmonies of #D4E165
Complementary color
Monochromatic Colors of #D4E165
Black with #D4E165
Text Example
Text Example
White with #D4E165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E165; }
p { color: rgb(212,225,101); }
H1.HeaderClassName
{
color: #D4E165;
}
.AnyTagClassName
{
color: #D4E165;
}
</style>
background-color css
<style>
a { background-color: #D4E165; }
a { background-color: rgb(212,225,101); }
div.DivClassName
{
background-color: #D4E165;
}
.BgClassName
{
background-color: #D4E165;
}
</style>
border-color css
<style>
span { border-color: #D4E165; }
span { border-color: rgb(212,225,101); }
td.TdClassName
{
border-color: #D4E165;
}
.TagClassName
{
border-color: #D4E165;
}
</style>