Shades of Mindaro #D4E065
Tints of Mindaro #D4E065
RGB
CMYK
RGB Variations
Color information
#D4E065 (or 0xD4E065) is known color: Mindaro. HEX triplet: D4, E0 and 65. RGB value is (212,224,101). Sum of RGB (Red+Green+Blue) = 212+224+101=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E065 is #2B1F9A. Grayscale: #CECECE. Windows color (decimal): -2826139 or 6676692. OLE color: 6676692.
HSL color Cylindrical-coordinate representation of color #D4E065: hue angle of 65.85º degrees, saturation: 0.66, 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 #D4E065 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 101 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.12 |
| HSL | 65.85º | 0.66% | 0.64% | - |
| HSV(B) | 65.85º | 0.55% | 0.88% | - |
| XYZ | 56.16 | 68.25 | 22.53 | - |
| YUV | 206.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 101 | 0.05 | 0 | 0.55 | 0.12 | 65.85 | 0.66 | 0.64 |
| Hex | D4 | E0 | 65 | 5 | 0 | 37 | C | 42 | 42 | 40 |
| Octal | 324 | 340 | 145 | 5 | 0 | 67 | 14 | 102 | 102 | 100 |
| Binary | 11010100 | 11100000 | 1100101 | 101 | 0 | 110111 | 1100 | 1000010 | 1000010 | 1000000 |
Color Harmonies of #D4E065
Complementary color
Monochromatic Colors of #D4E065
Black with #D4E065
Text Example
Text Example
White with #D4E065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E065; }
p { color: rgb(212,224,101); }
H1.HeaderClassName
{
color: #D4E065;
}
.AnyTagClassName
{
color: #D4E065;
}
</style>
background-color css
<style>
a { background-color: #D4E065; }
a { background-color: rgb(212,224,101); }
div.DivClassName
{
background-color: #D4E065;
}
.BgClassName
{
background-color: #D4E065;
}
</style>
border-color css
<style>
span { border-color: #D4E065; }
span { border-color: rgb(212,224,101); }
td.TdClassName
{
border-color: #D4E065;
}
.TagClassName
{
border-color: #D4E065;
}
</style>